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": "24a73747-efb9-44cb-89e0-f5d5bdfa5cdb", "ValueMappingTypeId": "5daf5b70-cd5b-474b-b040-641cdd20b92b", "TemplateId": "cef3aae3-9e2d-4ca1-834f-a607753cc423", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "51b34da1-e10c-4d52-b3ec-5bde76a35b85", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "fbe3f6d4-77f8-4b1f-bb80-ca39d2ce2867", "CategoryName": "sample string 9" }, { "ValueMappingId": "24a73747-efb9-44cb-89e0-f5d5bdfa5cdb", "ValueMappingTypeId": "5daf5b70-cd5b-474b-b040-641cdd20b92b", "TemplateId": "cef3aae3-9e2d-4ca1-834f-a607753cc423", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "51b34da1-e10c-4d52-b3ec-5bde76a35b85", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "fbe3f6d4-77f8-4b1f-bb80-ca39d2ce2867", "CategoryName": "sample string 9" } ]