GET api/statistics/shows/{showName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResourcePageApiModelOfStatisticsApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| Count | integer |
None. |
|
| SortBy | string |
None. |
|
| SortOrder | string |
None. |
|
| Data | Collection of StatisticsApiModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"pageNumber": 1,
"pageSize": 2,
"count": 3,
"sortBy": "sample string 4",
"sortOrder": "sample string 5",
"data": [
{
"showFileId": 1,
"showFileName": "sample string 1",
"showFileCreated": "2026-02-08T03:15:46.1120936+00:00",
"downloadCount": 3,
"statsPeriod": "Jun 5",
"period": "2/8/2026"
},
{
"showFileId": 1,
"showFileName": "sample string 1",
"showFileCreated": "2026-02-08T03:15:46.1120936+00:00",
"downloadCount": 3,
"statsPeriod": "Jun 5",
"period": "2/8/2026"
}
]
}