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": "5d5d99c7-7e9d-4411-9c33-738ff1f691c4",
"ValueMappingTypeId": "ea18574c-3681-4db2-9a1b-b0fab5bfd060",
"TemplateId": "0eb829d2-32ba-44fa-b7d7-b4f1265006d3",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "f42da1d2-7a18-41e1-91ec-7836a2f7eaba",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "e74dc7b5-6538-4dea-bb3b-3d7f5da87962",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "5d5d99c7-7e9d-4411-9c33-738ff1f691c4",
"ValueMappingTypeId": "ea18574c-3681-4db2-9a1b-b0fab5bfd060",
"TemplateId": "0eb829d2-32ba-44fa-b7d7-b4f1265006d3",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "f42da1d2-7a18-41e1-91ec-7836a2f7eaba",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "e74dc7b5-6538-4dea-bb3b-3d7f5da87962",
"CategoryName": "sample string 9"
}
]