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": "e13f003c-7019-4141-92c8-54c80eb63003",
"ValueMappingTypeId": "2254aa0e-7616-442e-ac4b-bd9045aa9ce8",
"TemplateId": "2a642f3f-da5a-41ff-8bb2-5d6790bec81b",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "1fb19fd5-8f18-45cb-89ae-406a6f4e8950",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "a820be71-7b35-4c8f-814a-cc1eb83de617",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "e13f003c-7019-4141-92c8-54c80eb63003",
"ValueMappingTypeId": "2254aa0e-7616-442e-ac4b-bd9045aa9ce8",
"TemplateId": "2a642f3f-da5a-41ff-8bb2-5d6790bec81b",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "1fb19fd5-8f18-45cb-89ae-406a6f4e8950",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "a820be71-7b35-4c8f-814a-cc1eb83de617",
"CategoryName": "sample string 9"
}
]