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": "62af934d-d278-4167-aa33-ca15bd0c383f",
"ValueMappingTypeId": "f954068a-c24b-41b9-b17d-fdfad89cc388",
"TemplateId": "ae25dcb9-0231-4b79-b21e-335bc29c2137",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "ea56e853-c61e-4297-af86-d1cb5bceefed",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "a8d46369-8cec-444b-a26d-5ef6672a424a",
"CategoryName": "sample string 9"
}