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": "029e1673-af2e-491d-a91e-7fc7d93025e6",
"ValueMappingTypeId": "04ef9d2c-003e-453e-8177-49f304545858",
"TemplateId": "183d1a92-572f-4339-8f96-58332f7142ef",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "81e4e531-5d16-432c-b150-b7aed7885678",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "9bba0da2-a870-4959-8075-85c0832ef63b",
"CategoryName": "sample string 9"
}