GET api/info/TopShows/{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 TopShowsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowName | string |
None. |
|
| DownloadCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"showName": "sample string 1",
"downloadCount": 2
},
{
"showName": "sample string 1",
"downloadCount": 2
}
]