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": "cab2ab1b-5caf-4bd2-baac-9d47d7c93070",
"ValueMappingTypeId": "774add32-f4fe-4e63-b3ee-b07130afc970",
"TemplateId": "aabc6deb-f274-4e35-b4d2-8e614f83a9fd",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "e2bbb94d-93ba-48e0-a87d-05d3a197dd0a",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "ba5d3438-bd28-472f-b2c7-998a86441532",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "cab2ab1b-5caf-4bd2-baac-9d47d7c93070",
"ValueMappingTypeId": "774add32-f4fe-4e63-b3ee-b07130afc970",
"TemplateId": "aabc6deb-f274-4e35-b4d2-8e614f83a9fd",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "e2bbb94d-93ba-48e0-a87d-05d3a197dd0a",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "ba5d3438-bd28-472f-b2c7-998a86441532",
"CategoryName": "sample string 9"
}
]