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 ValueMappingViewModel| Name | 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": "400742aa-bec3-4cc9-880c-0a105861025a",
"ValueMappingTypeId": "d58c9304-0b79-42ed-8403-25d604990b51",
"TemplateId": "c0624f81-ed2d-415b-a5a8-a178d913f164",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "282566da-aa85-4483-a196-5f9eef2b7406",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "820d782d-c32d-4fc2-8cde-14216ee6e5bf",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "400742aa-bec3-4cc9-880c-0a105861025a",
"ValueMappingTypeId": "d58c9304-0b79-42ed-8403-25d604990b51",
"TemplateId": "c0624f81-ed2d-415b-a5a8-a178d913f164",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "282566da-aa85-4483-a196-5f9eef2b7406",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "820d782d-c32d-4fc2-8cde-14216ee6e5bf",
"CategoryName": "sample string 9"
}
]