GET api/info/DownloadsByRegion

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DownloadsByRegionModel
NameDescriptionTypeAdditional information
Region

string

None.

DownloadCountByCountry

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "region": "sample string 1",
    "downloadCountByCountry": 2
  },
  {
    "region": "sample string 1",
    "downloadCountByCountry": 2
  }
]