GET api/Requests
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
QueryResultName | Description | Type | Additional information |
---|---|---|---|
Total | integer |
None. |
|
Results | Collection of DTO |
None. |
Response Formats
application/json, text/json
Sample:
{ "Total": 1, "Results": [ { "Id": "5fceec8f-dc63-4d84-9ffb-672fc397ce5d", "Description": "sample string 2", "CrmId": "sample string 3", "IsArchived": true }, { "Id": "5fceec8f-dc63-4d84-9ffb-672fc397ce5d", "Description": "sample string 2", "CrmId": "sample string 3", "IsArchived": true } ] }