GET api/info/TopEpisodes/{startDate}/{endDate}/{count}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | string |
Required |
|
| endDate | string |
Required |
|
| count | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TopEpisodesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowFileId | integer |
None. |
|
| ShowFileName | string |
None. |
|
| ShowFileCreated | date |
None. |
|
| DownloadCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"showFileId": 1,
"showFileName": "sample string 2",
"showFileCreated": "2026-02-08T07:33:59.533741+00:00",
"downloadCount": 4
},
{
"showFileId": 1,
"showFileName": "sample string 2",
"showFileCreated": "2026-02-08T07:33:59.533741+00:00",
"downloadCount": 4
}
]