GET api/Reports?start={start}&end={end}&pageNumber={pageNumber}&itemsPerPage={itemsPerPage}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | date |
Required |
|
| end | date |
Required |
|
| pageNumber | integer |
Default value is 1 |
|
| itemsPerPage | integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
PaginatedResultsOfReportStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPages | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| Results | Collection of ReportStatus |
None. |
|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPages": 1,
"CurrentPage": 2,
"Results": [
{
"Identity": "f878baf1-9c74-458f-b7fd-9554e67f3d4e",
"Started": "2025-11-01T12:33:48.9640489+00:00",
"Completed": "2025-11-01T12:33:48.9640489+00:00",
"IsReady": true,
"ReportTypeName": "sample string 5",
"RequestedBy": "sample string 6",
"DownloadLinkUri": "http://webapihelppage7.com",
"DownloadToken": "444b060d-4396-4ae3-a4b5-002560b4c73c",
"Parameters": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"Identity": "f878baf1-9c74-458f-b7fd-9554e67f3d4e",
"Started": "2025-11-01T12:33:48.9640489+00:00",
"Completed": "2025-11-01T12:33:48.9640489+00:00",
"IsReady": true,
"ReportTypeName": "sample string 5",
"RequestedBy": "sample string 6",
"DownloadLinkUri": "http://webapihelppage7.com",
"DownloadToken": "444b060d-4396-4ae3-a4b5-002560b4c73c",
"Parameters": {
"sample string 1": {},
"sample string 3": {}
}
}
],
"Count": 3
}
application/xml, text/xml
Sample:
<PaginatedResultsOfReportStatusqMSKJDOU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<Count>3</Count>
<CurrentPage>2</CurrentPage>
<Results>
<ReportStatus>
<Completed xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2025-11-01T12:33:48.9640489Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</Completed>
<DownloadLinkUri>http://webapihelppage7.com/</DownloadLinkUri>
<DownloadToken>444b060d-4396-4ae3-a4b5-002560b4c73c</DownloadToken>
<Identity>f878baf1-9c74-458f-b7fd-9554e67f3d4e</Identity>
<IsReady>true</IsReady>
<Parameters xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</Parameters>
<ReportTypeName>sample string 5</ReportTypeName>
<RequestedBy>sample string 6</RequestedBy>
<Started xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2025-11-01T12:33:48.9640489Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</Started>
</ReportStatus>
<ReportStatus>
<Completed xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2025-11-01T12:33:48.9640489Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</Completed>
<DownloadLinkUri>http://webapihelppage7.com/</DownloadLinkUri>
<DownloadToken>444b060d-4396-4ae3-a4b5-002560b4c73c</DownloadToken>
<Identity>f878baf1-9c74-458f-b7fd-9554e67f3d4e</Identity>
<IsReady>true</IsReady>
<Parameters xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</Parameters>
<ReportTypeName>sample string 5</ReportTypeName>
<RequestedBy>sample string 6</RequestedBy>
<Started xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2025-11-01T12:33:48.9640489Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</Started>
</ReportStatus>
</Results>
<TotalPages>1</TotalPages>
</PaginatedResultsOfReportStatusqMSKJDOU>