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": "aafdb71c-d14a-4b6a-9af1-09f5b90bc7bc",
"ValueMappingTypeId": "0c66d516-4498-461d-baf8-aa00c93a16a3",
"TemplateId": "e4a3f3c6-adb2-4a86-8367-7ece7a31df6e",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "11dd77a0-7f73-4646-9ea1-3590b91e71a5",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "499bffb5-41fa-4eb3-8eaf-0e611faded28",
"CategoryName": "sample string 9"
}