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": "86fcefbc-6335-4a1f-8af4-23c1101bd5f5",
"ValueMappingTypeId": "51e94b17-0860-43e6-b0bd-1e6cc738e0ab",
"TemplateId": "e3e588a3-05f4-4907-adea-80d833a4f5f7",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "682a17aa-d866-41dc-9f02-6e31d14b8bfe",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "e9575596-6d8d-4667-b9be-bc3d436b742e",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "86fcefbc-6335-4a1f-8af4-23c1101bd5f5",
"ValueMappingTypeId": "51e94b17-0860-43e6-b0bd-1e6cc738e0ab",
"TemplateId": "e3e588a3-05f4-4907-adea-80d833a4f5f7",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "682a17aa-d866-41dc-9f02-6e31d14b8bfe",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "e9575596-6d8d-4667-b9be-bc3d436b742e",
"CategoryName": "sample string 9"
}
]