GET api/info/DownloadsByReferer
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DownloadsByRefererModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowName | string |
None. |
|
| DownloadCountByReferer | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"showName": "sample string 1",
"downloadCountByReferer": 2
},
{
"showName": "sample string 1",
"downloadCountByReferer": 2
}
]