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": "3253b810-72ce-478a-a99d-a354f7f52dc1",
"ValueMappingTypeId": "56661564-7565-41d7-ba58-2872a043c148",
"TemplateId": "58197e05-b4a4-4f8b-aeed-49f07bcc27f1",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "8b882fd0-dcb9-4bdb-a02c-072c8ad6b7a7",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "e1296280-90e6-4345-8685-642b9c18a47c",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "3253b810-72ce-478a-a99d-a354f7f52dc1",
"ValueMappingTypeId": "56661564-7565-41d7-ba58-2872a043c148",
"TemplateId": "58197e05-b4a4-4f8b-aeed-49f07bcc27f1",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "8b882fd0-dcb9-4bdb-a02c-072c8ad6b7a7",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "e1296280-90e6-4345-8685-642b9c18a47c",
"CategoryName": "sample string 9"
}
]