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": "f1809aa1-60e5-4ddd-94b5-1e703b67e21b",
"ValueMappingTypeId": "5018b3ff-a6a0-48e8-85e9-dae83c1c48ca",
"TemplateId": "0ed6b132-b072-49e5-a67d-bae8d3179dac",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "44d3efb2-743b-4adb-ad92-489c5f34c7fb",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "c3b1ef68-6670-46e4-b325-f161a1af0a6a",
"CategoryName": "sample string 9"
}