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": "ae51c0f0-ff8a-4a8c-a9c6-dd5b6caa5562",
"ValueMappingTypeId": "0719eefc-79da-48e0-aed5-4ed81cef1bd2",
"TemplateId": "5110c461-f6f6-45c6-bba3-b34cd874b3df",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "4bcdff3d-dd1f-4030-9f56-8e6646adf0d3",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "65fc65df-2c5c-4ed3-ae52-a1dc448462a0",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "ae51c0f0-ff8a-4a8c-a9c6-dd5b6caa5562",
"ValueMappingTypeId": "0719eefc-79da-48e0-aed5-4ed81cef1bd2",
"TemplateId": "5110c461-f6f6-45c6-bba3-b34cd874b3df",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "4bcdff3d-dd1f-4030-9f56-8e6646adf0d3",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "65fc65df-2c5c-4ed3-ae52-a1dc448462a0",
"CategoryName": "sample string 9"
}
]