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 ValueMappingViewModelName | 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": "0e39acff-ebba-437b-b5ad-070511e1da85", "ValueMappingTypeId": "b2ca9f44-bb64-4789-a17e-712acb4ab722", "TemplateId": "121f79a3-88fa-47a5-9999-f5f44bb30b04", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "ecc56c1e-471d-49d5-a82f-b1e6c76b3ff9", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "4d866a4f-202b-4cde-95fd-821db989c507", "CategoryName": "sample string 9" }, { "ValueMappingId": "0e39acff-ebba-437b-b5ad-070511e1da85", "ValueMappingTypeId": "b2ca9f44-bb64-4789-a17e-712acb4ab722", "TemplateId": "121f79a3-88fa-47a5-9999-f5f44bb30b04", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "ecc56c1e-471d-49d5-a82f-b1e6c76b3ff9", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "4d866a4f-202b-4cde-95fd-821db989c507", "CategoryName": "sample string 9" } ]