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": "b4f559a7-0725-4737-9b60-4a80742777fe",
"ValueMappingTypeId": "402b702f-415d-4804-845f-4a12101d0d93",
"TemplateId": "a0b18f10-2a14-44b8-96b9-e215a03fc721",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "f6339fab-7d78-4d2d-ab69-24940077f6f3",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "46dd561c-9859-4983-9b63-27ab1d277a92",
"CategoryName": "sample string 9"
}