GET api/ValueMapping
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "b4b1adfa-f757-4a79-8184-6ec7821b7903",
"ValueMappingTypeId": "5a807d19-3c02-48d3-90d6-286c662e70b3",
"TemplateId": "993ba77d-384d-4972-9294-723469bbc138",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "4b0d715b-d8a9-4d77-8570-e17aeea716a8",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "d6ab80bb-a2a6-465e-a4eb-a4bbdc8bbfe4",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "b4b1adfa-f757-4a79-8184-6ec7821b7903",
"ValueMappingTypeId": "5a807d19-3c02-48d3-90d6-286c662e70b3",
"TemplateId": "993ba77d-384d-4972-9294-723469bbc138",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "4b0d715b-d8a9-4d77-8570-e17aeea716a8",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "d6ab80bb-a2a6-465e-a4eb-a4bbdc8bbfe4",
"CategoryName": "sample string 9"
}
]