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": "4af43c92-91da-4c73-89c5-1f85ec47c4b7",
"ValueMappingTypeId": "865aa1ec-78cc-4177-bb5c-ebad7901830a",
"TemplateId": "57bf579c-af9e-41a5-b173-18bc6bd6ad44",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "e29606f5-176c-47e4-a662-33a7ee50b014",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "250dd7cf-28aa-4dab-bff9-a9c643d7e0e7",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "4af43c92-91da-4c73-89c5-1f85ec47c4b7",
"ValueMappingTypeId": "865aa1ec-78cc-4177-bb5c-ebad7901830a",
"TemplateId": "57bf579c-af9e-41a5-b173-18bc6bd6ad44",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "e29606f5-176c-47e4-a662-33a7ee50b014",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "250dd7cf-28aa-4dab-bff9-a9c643d7e0e7",
"CategoryName": "sample string 9"
}
]