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": "649e7d9f-aa84-43f6-9f10-ac305e23b3ba",
"ValueMappingTypeId": "e5697dd1-385a-4744-baa4-5b3f621ecd83",
"TemplateId": "cf6b62d4-15eb-448e-803b-dc8df7ee12db",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "fc825a94-2a2b-4c84-b680-e74c258511d4",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "6d6ad6ca-d746-4b13-b921-4ec71f118c01",
"CategoryName": "sample string 9"
}