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
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": "2256964f-bc70-4f63-9326-b08ded47ad81",
"ValueMappingTypeId": "d57b235f-5945-4d10-90d7-0774aea20728",
"TemplateId": "0fca6ccf-9206-4e60-ae52-104a65098aa4",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "af496109-fb4a-42a8-afe6-70a53cab4b9e",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "6156c21b-6fce-47cd-9432-870bb4f8b449",
"CategoryName": "sample string 9"
}