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": "02e5f478-8b94-4934-b73b-8568637356da",
"ValueMappingTypeId": "1a825ddd-7030-41e8-8320-fae494838c09",
"TemplateId": "56fb6329-9029-47dc-abb5-49188f59b8e8",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "71b8967e-c7b9-4d22-9de4-d6281a99a443",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "a0a47e29-dfdb-4629-a6b2-cc2e7eb35950",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "02e5f478-8b94-4934-b73b-8568637356da",
"ValueMappingTypeId": "1a825ddd-7030-41e8-8320-fae494838c09",
"TemplateId": "56fb6329-9029-47dc-abb5-49188f59b8e8",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "71b8967e-c7b9-4d22-9de4-d6281a99a443",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "a0a47e29-dfdb-4629-a6b2-cc2e7eb35950",
"CategoryName": "sample string 9"
}
]