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": "f6ce4326-6e82-4e31-a88b-d30c4ab1ecf9",
"ValueMappingTypeId": "fd670eb6-4efc-46ab-998f-17de9132a7b1",
"TemplateId": "8c6a6053-7fe7-4eb1-8099-0e7d73c9f41e",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "a60ca719-de67-4de7-b4c7-8ccf76f2732d",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "7c083ea8-18de-451e-a06a-ef85e01021b3",
"CategoryName": "sample string 9"
}