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": "9f6c1211-203b-4c4a-86ee-064f9e6d97f4",
"ValueMappingTypeId": "75597054-e418-461b-a2f5-6962a5f0fe23",
"TemplateId": "9a777eac-b98e-4896-9bc2-c53a6097951b",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "0f297cad-a755-4054-9072-fb531dc947a9",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "d246c920-b8db-46a2-a51c-22deb5f9bce5",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "9f6c1211-203b-4c4a-86ee-064f9e6d97f4",
"ValueMappingTypeId": "75597054-e418-461b-a2f5-6962a5f0fe23",
"TemplateId": "9a777eac-b98e-4896-9bc2-c53a6097951b",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "0f297cad-a755-4054-9072-fb531dc947a9",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "d246c920-b8db-46a2-a51c-22deb5f9bce5",
"CategoryName": "sample string 9"
}
]