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": "10eec990-6128-492d-ac7f-ae6f02a2b814",
"ValueMappingTypeId": "09cb8837-9e9d-494e-a9b0-815aa428126f",
"TemplateId": "ad2838bd-0aaf-40c6-8b97-1b3b7fcb57d8",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "c05c02ea-18e6-488a-96bb-0e334dfc3ac9",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "b0edbc2c-bf4e-431d-9249-d2e5b33a9869",
"CategoryName": "sample string 9"
}