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": "bc583c72-dd49-4640-a18c-85494a97e466",
"ValueMappingTypeId": "1f844925-5bb8-4737-8ce3-21648675d59e",
"TemplateId": "115fb442-be78-43ff-8190-1e9f96a87ae6",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "ca93e2d6-3443-415c-b97c-50d4f84a027d",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "310f0fec-4cad-4f04-90d5-328fbc8c80dd",
"CategoryName": "sample string 9"
}