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": "38189bb9-b528-41a1-bdfb-1366a0e376b7",
"ValueMappingTypeId": "56562f86-a524-46e1-bd86-7e4476fe0f6d",
"TemplateId": "8dca7b3b-2755-4b97-bc5c-8757f69cc54a",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "7fcea289-f5b6-4546-9567-c6e9836d2a0c",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "3b7f1890-a361-4a1f-a766-d5bb3399318e",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "38189bb9-b528-41a1-bdfb-1366a0e376b7",
"ValueMappingTypeId": "56562f86-a524-46e1-bd86-7e4476fe0f6d",
"TemplateId": "8dca7b3b-2755-4b97-bc5c-8757f69cc54a",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "7fcea289-f5b6-4546-9567-c6e9836d2a0c",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "3b7f1890-a361-4a1f-a766-d5bb3399318e",
"CategoryName": "sample string 9"
}
]