GET api/info/DownloadsByBrowser
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DownloadsByBrowserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Browser | string |
None. |
|
| DownloadCountByBrowser | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"browser": "sample string 1",
"downloadCountByBrowser": 2
},
{
"browser": "sample string 1",
"downloadCountByBrowser": 2
}
]