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": "5b05fa87-deeb-489e-b8e6-c6fc124ffc76",
"ValueMappingTypeId": "4545d729-5329-4d1e-8cfd-b642d0e81e02",
"TemplateId": "c8d0234b-4c3c-480d-8e5f-599d4e22a8af",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "ffc7c5f2-aae3-4d2c-be9c-d69cd53e6172",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "5af0d1a1-4a7a-450a-8659-c6280af11831",
"CategoryName": "sample string 9"
}