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": "7b2a5db3-e5f3-401f-8e6c-72445aae5c4d",
"ValueMappingTypeId": "63906fc4-d1f9-47c0-88be-69225fe2f61a",
"TemplateId": "387d607d-6b56-4646-8db1-e68a3113284f",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "fc6f24c2-a6fc-41de-98a8-2700f1716d1d",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "7b04ae0a-29e4-41f2-8165-5f7d4a450e26",
"CategoryName": "sample string 9"
}