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": "2a89bff4-f021-488c-a991-64fadd79afc0",
"ValueMappingTypeId": "6d0711e5-756f-4de5-8fdb-ac6d66e2e661",
"TemplateId": "78daa47d-93df-47f7-887d-47acf697692f",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "28cc6dd6-35d4-4451-8153-1ed40371b263",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "46cb58e0-f58c-4546-93cd-32b513b32d47",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "2a89bff4-f021-488c-a991-64fadd79afc0",
"ValueMappingTypeId": "6d0711e5-756f-4de5-8fdb-ac6d66e2e661",
"TemplateId": "78daa47d-93df-47f7-887d-47acf697692f",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "28cc6dd6-35d4-4451-8153-1ed40371b263",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "46cb58e0-f58c-4546-93cd-32b513b32d47",
"CategoryName": "sample string 9"
}
]