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": "f4757273-16f9-43ff-808d-56a76acfdd5e",
"ValueMappingTypeId": "a909a8cd-5330-4699-9990-c4c05b7d9f0f",
"TemplateId": "e7aab412-ce20-46f2-8887-84662c80f4f8",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "5bf8fc5a-ca78-47c9-8a71-2d4355508c0f",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "ba3ff328-d5b2-485d-b6b7-443e188a93f4",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "f4757273-16f9-43ff-808d-56a76acfdd5e",
"ValueMappingTypeId": "a909a8cd-5330-4699-9990-c4c05b7d9f0f",
"TemplateId": "e7aab412-ce20-46f2-8887-84662c80f4f8",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "5bf8fc5a-ca78-47c9-8a71-2d4355508c0f",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "ba3ff328-d5b2-485d-b6b7-443e188a93f4",
"CategoryName": "sample string 9"
}
]