GET api/OORequests
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Pagination | Pagination |
None. |
|
Filter | Filter |
None. |
|
Sort | Sort |
None. |
Body Parameters
None.
Response Information
Resource Description
OverviewOORequestQueryResultName | Description | Type | Additional information |
---|---|---|---|
NumberOfValidations | integer |
None. |
|
Total | integer |
None. |
|
Results | Collection of DTO |
None. |
Response Formats
application/json, text/json
Sample:
{ "NumberOfValidations": 1, "Total": 2, "Results": [ { "Id": "8d3729bf-c45f-4594-8372-f95e01f92f4d", "Description": "sample string 2", "CrmId": "sample string 3", "IsArchived": true }, { "Id": "8d3729bf-c45f-4594-8372-f95e01f92f4d", "Description": "sample string 2", "CrmId": "sample string 3", "IsArchived": true } ] }