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": "85e823de-046a-4d95-b5bc-8165d0f76637",
"ValueMappingTypeId": "67911eea-5e0f-4ad4-8306-492913cc743e",
"TemplateId": "b9400881-96c7-4bc4-984a-05c160f5aa26",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "ff6e8d74-43ca-464b-920f-d6f3e0fa28e8",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "9cddda63-fd35-4353-b852-c881ffd76706",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "85e823de-046a-4d95-b5bc-8165d0f76637",
"ValueMappingTypeId": "67911eea-5e0f-4ad4-8306-492913cc743e",
"TemplateId": "b9400881-96c7-4bc4-984a-05c160f5aa26",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "ff6e8d74-43ca-464b-920f-d6f3e0fa28e8",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "9cddda63-fd35-4353-b852-c881ffd76706",
"CategoryName": "sample string 9"
}
]