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": "bc157b33-9594-42e8-9801-4793c64730da",
"ValueMappingTypeId": "8c50d0b5-a926-45f7-bb29-8dda8d22a4d6",
"TemplateId": "f385baf7-3eed-4ca1-818c-2d3c71bca530",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "cf27d02b-f242-4df0-a641-a1f207c5fb9d",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "6b847e54-778b-49d8-8ea8-0b84d0a16096",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "bc157b33-9594-42e8-9801-4793c64730da",
"ValueMappingTypeId": "8c50d0b5-a926-45f7-bb29-8dda8d22a4d6",
"TemplateId": "f385baf7-3eed-4ca1-818c-2d3c71bca530",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "cf27d02b-f242-4df0-a641-a1f207c5fb9d",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "6b847e54-778b-49d8-8ea8-0b84d0a16096",
"CategoryName": "sample string 9"
}
]