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": "7ec92d95-b146-4cbe-9b34-5662f7ac9243",
"ValueMappingTypeId": "2f9858c8-9aa8-48a4-b4e3-e0b1c2db8758",
"TemplateId": "06eacdf4-1641-4c4b-a695-37cb37bc2d34",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "57df5cce-c78a-4950-8fa1-863b45f573a6",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "62a1db69-100c-4c9b-a3e6-117f48806da1",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "7ec92d95-b146-4cbe-9b34-5662f7ac9243",
"ValueMappingTypeId": "2f9858c8-9aa8-48a4-b4e3-e0b1c2db8758",
"TemplateId": "06eacdf4-1641-4c4b-a695-37cb37bc2d34",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "57df5cce-c78a-4950-8fa1-863b45f573a6",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "62a1db69-100c-4c9b-a3e6-117f48806da1",
"CategoryName": "sample string 9"
}
]