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": "ac0af8b1-c0d0-4b42-a5e0-337f03d868b3", "ValueMappingTypeId": "27212fc2-721d-45d4-8c7b-83ea517b0143", "TemplateId": "ec263f00-8012-45c0-89af-f0f112f221c3", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "68f00faf-43a3-4ed7-8a8a-c5dd4eaff7ba", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "5c259749-e9ae-4b9d-92ac-a25fc2377711", "CategoryName": "sample string 9" }, { "ValueMappingId": "ac0af8b1-c0d0-4b42-a5e0-337f03d868b3", "ValueMappingTypeId": "27212fc2-721d-45d4-8c7b-83ea517b0143", "TemplateId": "ec263f00-8012-45c0-89af-f0f112f221c3", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "68f00faf-43a3-4ed7-8a8a-c5dd4eaff7ba", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "5c259749-e9ae-4b9d-92ac-a25fc2377711", "CategoryName": "sample string 9" } ]