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": "2a4694db-abda-4859-ad15-8b6a7cb2ba91",
"ValueMappingTypeId": "697c4530-b2f2-46b7-817e-0b9f95cbf853",
"TemplateId": "85af259e-f11b-4eaa-b0cd-bc82fa73b033",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "48f517a8-a4cd-4eb0-a165-3e9f88e136ef",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "f67e0a45-0d80-46a0-b1e2-a4dd8215c60a",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "2a4694db-abda-4859-ad15-8b6a7cb2ba91",
"ValueMappingTypeId": "697c4530-b2f2-46b7-817e-0b9f95cbf853",
"TemplateId": "85af259e-f11b-4eaa-b0cd-bc82fa73b033",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "48f517a8-a4cd-4eb0-a165-3e9f88e136ef",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "f67e0a45-0d80-46a0-b1e2-a4dd8215c60a",
"CategoryName": "sample string 9"
}
]