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": "2b04f1a9-8dac-42bc-a4b0-0b55072a17b8",
"ValueMappingTypeId": "beac5a3f-a762-43db-936f-af85d5f86f57",
"TemplateId": "26b13ed9-48e9-4fc0-b42b-a426a1337c0a",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "51af63f8-9487-49c7-95d0-ec456fd0e517",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "784605aa-3a89-4dbf-b818-0f8e6945af01",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "2b04f1a9-8dac-42bc-a4b0-0b55072a17b8",
"ValueMappingTypeId": "beac5a3f-a762-43db-936f-af85d5f86f57",
"TemplateId": "26b13ed9-48e9-4fc0-b42b-a426a1337c0a",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "51af63f8-9487-49c7-95d0-ec456fd0e517",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "784605aa-3a89-4dbf-b818-0f8e6945af01",
"CategoryName": "sample string 9"
}
]