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": "1c0f9d26-32f2-4e49-8a37-7088c5c6a90f",
"ValueMappingTypeId": "88f710b8-d846-4187-b6c8-5399c6e38b35",
"TemplateId": "ccd39f0f-6b1b-4a67-b6d8-414b4e5d20ab",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "8c13e035-5a25-4aac-a041-d11d6402ae2b",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "d394edc1-9445-49f4-927d-b77c6543ac47",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "1c0f9d26-32f2-4e49-8a37-7088c5c6a90f",
"ValueMappingTypeId": "88f710b8-d846-4187-b6c8-5399c6e38b35",
"TemplateId": "ccd39f0f-6b1b-4a67-b6d8-414b4e5d20ab",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "8c13e035-5a25-4aac-a041-d11d6402ae2b",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "d394edc1-9445-49f4-927d-b77c6543ac47",
"CategoryName": "sample string 9"
}
]