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": "d632984a-256d-4fd5-96c9-cd08078c7100",
"ValueMappingTypeId": "d211f13a-f8ed-4372-a69b-95856d86ab15",
"TemplateId": "a6e75f59-e4ae-4c3e-a8d0-9a030510c1fc",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "bad3d41e-d1e5-4bdb-9c16-8a58350c98e5",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "60efce3e-ba66-46ac-b780-625271921c07",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "d632984a-256d-4fd5-96c9-cd08078c7100",
"ValueMappingTypeId": "d211f13a-f8ed-4372-a69b-95856d86ab15",
"TemplateId": "a6e75f59-e4ae-4c3e-a8d0-9a030510c1fc",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "bad3d41e-d1e5-4bdb-9c16-8a58350c98e5",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "60efce3e-ba66-46ac-b780-625271921c07",
"CategoryName": "sample string 9"
}
]