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": "ce89e097-c12e-422d-992d-ba86190c51c6",
"ValueMappingTypeId": "462ad941-3a8e-49d1-af08-25ddc942265c",
"TemplateId": "1d31a499-2dcb-4f16-bbd6-ecb8ee461328",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "6e446b0e-2825-4db7-ae22-50b41259e7ca",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "6e795404-62fe-4ceb-8591-067ca9f6ddf6",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "ce89e097-c12e-422d-992d-ba86190c51c6",
"ValueMappingTypeId": "462ad941-3a8e-49d1-af08-25ddc942265c",
"TemplateId": "1d31a499-2dcb-4f16-bbd6-ecb8ee461328",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "6e446b0e-2825-4db7-ae22-50b41259e7ca",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "6e795404-62fe-4ceb-8591-067ca9f6ddf6",
"CategoryName": "sample string 9"
}
]