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": "1103f4ea-8844-4c00-9adb-8ef20b80333a",
"ValueMappingTypeId": "7e62a13b-cacf-475c-9ef9-cef82c5bc7fa",
"TemplateId": "1b606844-272b-46eb-ba97-8aae1cac60c3",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "2dc9388b-2286-441d-a753-2ebd18f04d50",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "2ec786ef-0fe7-409c-a24a-eef84bc5179d",
"CategoryName": "sample string 9"
}