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": "c14749f7-942d-413c-9c6f-74b01356bc47",
"ValueMappingTypeId": "f3bdbf49-53b7-4cab-a1e6-97bdbf77b7f6",
"TemplateId": "ebae6c6b-437a-49e0-b058-1daabf0407e5",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "bb924f52-d21c-4574-8804-dfc4bc4026dd",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "7df33083-f476-4301-87b0-e9ada4261ae2",
"CategoryName": "sample string 9"
},
{
"ValueMappingId": "c14749f7-942d-413c-9c6f-74b01356bc47",
"ValueMappingTypeId": "f3bdbf49-53b7-4cab-a1e6-97bdbf77b7f6",
"TemplateId": "ebae6c6b-437a-49e0-b058-1daabf0407e5",
"UseFor": "sample string 4",
"SourceValue": "sample string 5",
"DestinationValue": "sample string 6",
"OrgAppSyncId": "bb924f52-d21c-4574-8804-dfc4bc4026dd",
"ValueMapType": "sample string 7",
"IsActive": true,
"WorkflowId": "7df33083-f476-4301-87b0-e9ada4261ae2",
"CategoryName": "sample string 9"
}
]