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": "16e24374-a1d0-49c8-9c2d-cef0bbd9b163",
"ValueMappingTypeId": "9d6df81a-bf3a-4222-9091-f86036ddb108",
"TemplateId": "0ef1f7e1-5caa-4272-8127-c8b85b7fe158",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "09b7f822-ec35-495d-8b1d-9ef2bb893139",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "32c4a6eb-191e-401a-8812-cfd205f7e351",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "16e24374-a1d0-49c8-9c2d-cef0bbd9b163",
"ValueMappingTypeId": "9d6df81a-bf3a-4222-9091-f86036ddb108",
"TemplateId": "0ef1f7e1-5caa-4272-8127-c8b85b7fe158",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "09b7f822-ec35-495d-8b1d-9ef2bb893139",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "32c4a6eb-191e-401a-8812-cfd205f7e351",
"CategoryName": "sample string 9"
}
]