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": "3fb8a3a0-8ac7-4ba9-918b-2b807d26dc3e",
"ValueMappingTypeId": "05fc8a33-9e8b-4484-a706-64d8cbe9d33f",
"TemplateId": "4fdf05fe-d72c-4288-98a8-c49bc9961db0",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "176950dc-0975-4975-a956-6eb381eed936",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "0e31e553-a0c3-471c-a853-f7258ab5a790",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "3fb8a3a0-8ac7-4ba9-918b-2b807d26dc3e",
"ValueMappingTypeId": "05fc8a33-9e8b-4484-a706-64d8cbe9d33f",
"TemplateId": "4fdf05fe-d72c-4288-98a8-c49bc9961db0",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "176950dc-0975-4975-a956-6eb381eed936",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "0e31e553-a0c3-471c-a853-f7258ab5a790",
"CategoryName": "sample string 9"
}
]