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": "a503040f-bdf1-41c2-ac03-a954f7506149",
"ValueMappingTypeId": "39eeb273-efdf-4663-8912-74246bd96bbc",
"TemplateId": "6645e556-5dd4-4fff-808a-442b321d6584",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "da563e58-1532-4029-af5c-77642770e5a0",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "ccabef7f-19f1-4629-ab3d-eba130174bd1",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "a503040f-bdf1-41c2-ac03-a954f7506149",
"ValueMappingTypeId": "39eeb273-efdf-4663-8912-74246bd96bbc",
"TemplateId": "6645e556-5dd4-4fff-808a-442b321d6584",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "da563e58-1532-4029-af5c-77642770e5a0",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "ccabef7f-19f1-4629-ab3d-eba130174bd1",
"CategoryName": "sample string 9"
}
]