GET api/ValueMapping/{appOrgSyncId}/{touchpointId}/{attributeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appOrgSyncId | globally unique identifier |
Required |
|
touchpointId | globally unique identifier |
None. |
|
attributeId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ValueMappingViewModelName | Description | Type | Additional information |
---|---|---|---|
ValueMappingId | globally unique identifier |
None. |
|
ValueMappingTypeId | globally unique identifier |
None. |
|
TemplateId | globally unique identifier |
None. |
|
UseFor | string |
None. |
|
SourceValue | string |
None. |
|
DestinationValue | string |
None. |
|
OrgAppSyncId | globally unique identifier |
None. |
|
ValueMapType | string |
None. |
|
IsActive | boolean |
None. |
|
WorkflowId | globally unique identifier |
None. |
|
CategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ValueMappingId": "e4c734ab-17ac-4bf8-935b-ceb4fe1f53aa", "ValueMappingTypeId": "1472c53e-2462-4194-895f-54508600069d", "TemplateId": "535087d7-b23f-46e0-9c61-f132a611e12f", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "c9809558-335f-452b-9974-44e7228c4f17", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "29cc100a-7059-455f-b46d-a177e1d0e7ad", "CategoryName": "sample string 9" }, { "ValueMappingId": "e4c734ab-17ac-4bf8-935b-ceb4fe1f53aa", "ValueMappingTypeId": "1472c53e-2462-4194-895f-54508600069d", "TemplateId": "535087d7-b23f-46e0-9c61-f132a611e12f", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "c9809558-335f-452b-9974-44e7228c4f17", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "29cc100a-7059-455f-b46d-a177e1d0e7ad", "CategoryName": "sample string 9" } ]