GET api/info/DownloadsByPlatform

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DownloadsByPlatformModel
NameDescriptionTypeAdditional 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
  }
]