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": "bae05908-cfda-4e35-9fb9-4fbdcff299b1",
"ValueMappingTypeId": "dd5998ee-90bb-489a-a139-cc59464df8a8",
"TemplateId": "80a5acbf-a5a7-4ac9-b05b-f1229ab8cf77",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "ece27eb1-175e-4709-bbe4-295a6ed5a0f8",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "b46a7982-2769-49ca-b015-bd37de288ab7",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "bae05908-cfda-4e35-9fb9-4fbdcff299b1",
"ValueMappingTypeId": "dd5998ee-90bb-489a-a139-cc59464df8a8",
"TemplateId": "80a5acbf-a5a7-4ac9-b05b-f1229ab8cf77",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "ece27eb1-175e-4709-bbe4-295a6ed5a0f8",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "b46a7982-2769-49ca-b015-bd37de288ab7",
"CategoryName": "sample string 9"
}
]