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": "101b5bb0-2c76-4527-b437-781e68b7cc23",
"ValueMappingTypeId": "453f5836-7e43-487a-98c6-fbaab1931819",
"TemplateId": "b2be5a85-49c7-468c-b187-8a2d1b2776bb",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "7d4a3e55-a22e-4bc3-a3cd-0954bdd76a11",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "b1701586-dc2b-4620-bc02-83420553ee2b",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "101b5bb0-2c76-4527-b437-781e68b7cc23",
"ValueMappingTypeId": "453f5836-7e43-487a-98c6-fbaab1931819",
"TemplateId": "b2be5a85-49c7-468c-b187-8a2d1b2776bb",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "7d4a3e55-a22e-4bc3-a3cd-0954bdd76a11",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "b1701586-dc2b-4620-bc02-83420553ee2b",
"CategoryName": "sample string 9"
}
]