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": "57fe52af-faf0-4850-89bc-f2c9edba6052",
"ValueMappingTypeId": "22194555-37e2-431e-aab8-f1e4a07d1dc6",
"TemplateId": "8781e323-4636-4db7-a9c0-a4e75e3fa6d6",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "1e6cef24-d7ac-45ca-8273-beac1879a214",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "26f38c3f-384f-4b7e-b0ec-10e5d7477422",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "57fe52af-faf0-4850-89bc-f2c9edba6052",
"ValueMappingTypeId": "22194555-37e2-431e-aab8-f1e4a07d1dc6",
"TemplateId": "8781e323-4636-4db7-a9c0-a4e75e3fa6d6",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "1e6cef24-d7ac-45ca-8273-beac1879a214",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "26f38c3f-384f-4b7e-b0ec-10e5d7477422",
"CategoryName": "sample string 9"
}
]