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": "e82ea5e6-dc9c-4d83-8604-8fa9601cb716", "ValueMappingTypeId": "bfac27d7-38b4-4eff-bf39-dbf6db882fd5", "TemplateId": "23da2669-7ddd-4563-9c75-ae9d72843203", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "398ad627-d887-4100-8e8a-63a5a33cbefa", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "7e51d700-af4a-40c6-bfdd-dd95b21f47b0", "CategoryName": "sample string 9" }, { "ValueMappingId": "e82ea5e6-dc9c-4d83-8604-8fa9601cb716", "ValueMappingTypeId": "bfac27d7-38b4-4eff-bf39-dbf6db882fd5", "TemplateId": "23da2669-7ddd-4563-9c75-ae9d72843203", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "398ad627-d887-4100-8e8a-63a5a33cbefa", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "7e51d700-af4a-40c6-bfdd-dd95b21f47b0", "CategoryName": "sample string 9" } ]