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": "c9d9e6a5-d6e8-4342-9703-d8223cd2db33",
"ValueMappingTypeId": "a21d4534-1bba-4e98-9d6b-3238fb097527",
"TemplateId": "ede4453f-8d47-4089-9a2b-efdbf11a7771",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "1fe2a735-c6f4-4f65-af10-f33053898ecc",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "702a9134-c371-4c94-aec1-556dd515dc56",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "c9d9e6a5-d6e8-4342-9703-d8223cd2db33",
"ValueMappingTypeId": "a21d4534-1bba-4e98-9d6b-3238fb097527",
"TemplateId": "ede4453f-8d47-4089-9a2b-efdbf11a7771",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "1fe2a735-c6f4-4f65-af10-f33053898ecc",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "702a9134-c371-4c94-aec1-556dd515dc56",
"CategoryName": "sample string 9"
}
]