GET api/info/DownloadsByPlatform
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DownloadsByPlatformModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OS | string |
None. |
|
| DownloadCountByPlatform | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"os": "sample string 1",
"downloadCountByPlatform": 2
},
{
"os": "sample string 1",
"downloadCountByPlatform": 2
}
]