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": "0a771eb0-d7a0-4133-8121-a296d506fbd3",
"ValueMappingTypeId": "efa2731b-3b2c-43f7-888c-fb6170cf2a02",
"TemplateId": "0a664f38-1512-479f-bc77-f18f87d18270",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "738e781d-2bbc-4aa0-aea5-61e5c98e43ef",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "1e398669-56e4-45d8-a82b-769cc63a0dbb",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "0a771eb0-d7a0-4133-8121-a296d506fbd3",
"ValueMappingTypeId": "efa2731b-3b2c-43f7-888c-fb6170cf2a02",
"TemplateId": "0a664f38-1512-479f-bc77-f18f87d18270",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "738e781d-2bbc-4aa0-aea5-61e5c98e43ef",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "1e398669-56e4-45d8-a82b-769cc63a0dbb",
"CategoryName": "sample string 9"
}
]