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": "b9aeb7b1-75e1-4f7e-a1c3-37e2ee18dcb4",
"ValueMappingTypeId": "366723a0-0ac1-4f2a-9b94-e1ad7b515489",
"TemplateId": "7e8b76b8-395e-4d40-a6b3-99377b87254a",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "25c836e4-4952-459f-9f5c-70781cb2a32e",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "0b1ef16b-ee26-4a37-a7a9-44e198f8d75f",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "b9aeb7b1-75e1-4f7e-a1c3-37e2ee18dcb4",
"ValueMappingTypeId": "366723a0-0ac1-4f2a-9b94-e1ad7b515489",
"TemplateId": "7e8b76b8-395e-4d40-a6b3-99377b87254a",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "25c836e4-4952-459f-9f5c-70781cb2a32e",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "0b1ef16b-ee26-4a37-a7a9-44e198f8d75f",
"CategoryName": "sample string 9"
}
]