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": "74f34a77-0a81-4034-9626-8751e2925c57",
"ValueMappingTypeId": "13168686-cd60-46ea-9df8-74580fab62d0",
"TemplateId": "97c40551-6062-4802-9067-3e32685c40ca",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "18beb46a-e54f-45f0-bfe2-c0f4034606ca",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "3c119ffa-47a0-4d3f-bafa-fe04b7896f28",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "74f34a77-0a81-4034-9626-8751e2925c57",
"ValueMappingTypeId": "13168686-cd60-46ea-9df8-74580fab62d0",
"TemplateId": "97c40551-6062-4802-9067-3e32685c40ca",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "18beb46a-e54f-45f0-bfe2-c0f4034606ca",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "3c119ffa-47a0-4d3f-bafa-fe04b7896f28",
"CategoryName": "sample string 9"
}
]