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": "80d74d3f-9aa9-49dd-a271-619dea190255",
"ValueMappingTypeId": "0787a659-2fc1-41c9-90a2-df7ee9e28a6a",
"TemplateId": "5d92e925-c622-421b-bb68-9eff346339c6",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "9c57d070-82fd-4fcf-b6ac-551d7b5b745c",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "419f34de-2d26-4a1a-b9c6-f8967376bc0f",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "80d74d3f-9aa9-49dd-a271-619dea190255",
"ValueMappingTypeId": "0787a659-2fc1-41c9-90a2-df7ee9e28a6a",
"TemplateId": "5d92e925-c622-421b-bb68-9eff346339c6",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "9c57d070-82fd-4fcf-b6ac-551d7b5b745c",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "419f34de-2d26-4a1a-b9c6-f8967376bc0f",
"CategoryName": "sample string 9"
}
]