POST api/Report?page={page}&pageSize={pageSize}&orderBy={orderBy}&ascending={ascending}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
Required |
|
| pageSize | integer |
Required |
|
| orderBy | string |
Required |
|
| ascending | boolean |
Required |
Body Parameters
Collection of TNone.
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedResultsOfT| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalNumberOfPages | integer |
None. |
|
| TotalNumberOfRecords | integer |
None. |
|
| Results | Collection of T |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.