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": "abf8332f-a558-4534-be2d-0d5484f48fca", "ValueMappingTypeId": "f2e31cfb-40c6-4da4-a4f7-6a1276d969d8", "TemplateId": "71714fd2-d39e-48fe-a665-5ee08491c3ec", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "edeb6b78-b12a-463f-9cdf-7be40dee0084", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "b548e604-af8d-4eba-8736-e90ac372f5a3", "CategoryName": "sample string 9" }, { "ValueMappingId": "abf8332f-a558-4534-be2d-0d5484f48fca", "ValueMappingTypeId": "f2e31cfb-40c6-4da4-a4f7-6a1276d969d8", "TemplateId": "71714fd2-d39e-48fe-a665-5ee08491c3ec", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "edeb6b78-b12a-463f-9cdf-7be40dee0084", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "b548e604-af8d-4eba-8736-e90ac372f5a3", "CategoryName": "sample string 9" } ]