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": "e1cd7064-03b6-4bfa-9b80-63b44f85b47e", "ValueMappingTypeId": "1f2987ae-1901-41ab-81ba-ec9f44a48bbb", "TemplateId": "af7216c5-0488-469b-94d9-4c71ac1890c4", "UseFor": "sample string 4", "SourceValue": "sample string 5", "DestinationValue": "sample string 6", "OrgAppSyncId": "301870bb-b908-4608-848f-c47d2e1cbe4c", "ValueMapType": "sample string 7", "IsActive": true, "WorkflowId": "f9937526-287a-4c4e-be04-d5c2d43b3a4a", "CategoryName": "sample string 9" }