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": "601cddfe-cc73-4214-932a-83bf24b26113",
"ValueMappingTypeId": "5025120b-960d-42e2-b3ae-47fec7584fc1",
"TemplateId": "ea5ad2d5-569e-4b8f-8ebf-0d386f3c31dd",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "43a79654-5c49-43a9-9e85-50047333a618",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "9e82a0d6-6d67-4188-8105-568408d0216b",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "601cddfe-cc73-4214-932a-83bf24b26113",
"ValueMappingTypeId": "5025120b-960d-42e2-b3ae-47fec7584fc1",
"TemplateId": "ea5ad2d5-569e-4b8f-8ebf-0d386f3c31dd",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "43a79654-5c49-43a9-9e85-50047333a618",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "9e82a0d6-6d67-4188-8105-568408d0216b",
"CategoryName": "sample string 9"
}
]