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": "0450144d-4f46-426e-bd2c-c9d5fd9ae364",
"ValueMappingTypeId": "a6b66976-d26c-4fc5-985e-219b907359d2",
"TemplateId": "887027a7-a82e-438c-a7a8-2b9139124107",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "2a683f27-213e-4073-a1e0-4ff161ff0b38",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "72c9eaf1-13bc-47d9-be09-19f747b4afc1",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "0450144d-4f46-426e-bd2c-c9d5fd9ae364",
"ValueMappingTypeId": "a6b66976-d26c-4fc5-985e-219b907359d2",
"TemplateId": "887027a7-a82e-438c-a7a8-2b9139124107",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "2a683f27-213e-4073-a1e0-4ff161ff0b38",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "72c9eaf1-13bc-47d9-be09-19f747b4afc1",
"CategoryName": "sample string 9"
}
]