GET api/ValueMapping/GetValueMapping/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "baa4707a-7bb7-492e-aedd-b650485a315d", "ValueMappingTypeId": "925c86e3-d5fe-4754-902c-a5020587aa05", "TemplateId": "b7428123-40bf-4d0d-ae80-9ada7972cb63", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "e73b6f72-895e-416d-8aa3-8773074340db", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "d3be9f09-bfcd-422c-bec2-a2bcfb799a1e", "CategoryName": "sample string 9" }