GET api/Countries

Get all countries list

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Countries": [
    {
      "CountryId": 1.0,
      "CountryNameGe": "sample string 2",
      "CountryNameEn": "sample string 3",
      "CountryNameRu": "sample string 4",
      "CountryAB": "sample string 5"
    },
    {
      "CountryId": 1.0,
      "CountryNameGe": "sample string 2",
      "CountryNameEn": "sample string 3",
      "CountryNameRu": "sample string 4",
      "CountryAB": "sample string 5"
    },
    {
      "CountryId": 1.0,
      "CountryNameGe": "sample string 2",
      "CountryNameEn": "sample string 3",
      "CountryNameRu": "sample string 4",
      "CountryAB": "sample string 5"
    }
  ],
  "Status": {
    "Code": "sample string 1",
    "descriptionEn": "sample string 2",
    "Description": "sample string 3",
    "descriptionRu": "sample string 4",
    "message": "sample string 5"
  }
}