GET api/statistics/countries

Get available Countries

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

List of Countries

NameDescriptionTypeAdditional information
CountryId

Country Id

integer

None.

Name

Country Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "countryId": 1,
    "name": "sample string 2"
  },
  {
    "countryId": 1,
    "name": "sample string 2"
  }
]