GET api/report/{showName}/{start}/{end}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showName | string |
Required |
|
| start | string |
Required |
|
| end | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatisticsApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowFileId | integer |
None. |
|
| ShowFileName | string |
None. |
|
| ShowFileCreated | date |
None. |
|
| DownloadCount | integer |
None. |
|
| StatsPeriod | string |
None. |
|
| Period | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"showFileId": 1,
"showFileName": "sample string 1",
"showFileCreated": "2026-02-08T07:33:38.9305492+00:00",
"downloadCount": 3,
"statsPeriod": "Jun 5",
"period": "2/8/2026"
},
{
"showFileId": 1,
"showFileName": "sample string 1",
"showFileCreated": "2026-02-08T07:33:38.9305492+00:00",
"downloadCount": 3,
"statsPeriod": "Jun 5",
"period": "2/8/2026"
}
]