GET v1/Country/GetCountryByAll?LanguageId={LanguageId}

查询所有国家信息

Request Information

Parameters

NameDescriptionAdditional information
LanguageId
语言类型

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "CountryId": "sample string 1",
    "CountryIdOld": 2,
    "CountryName": "sample string 3",
    "CountryEnname": "sample string 4",
    "Longitude": 5.0,
    "Latitude": 6.0,
    "CountryInterval": 7,
    "Sorttype": 8,
    "groupById": "sample string 9",
    "key_Id": "sample string 10",
    "Datalocation": 11,
    "Inserttime": "2025-05-12T06:27:20.4857367+08:00",
    "Severaddress": "sample string 13",
    "Status": 14
  },
  {
    "CountryId": "sample string 1",
    "CountryIdOld": 2,
    "CountryName": "sample string 3",
    "CountryEnname": "sample string 4",
    "Longitude": 5.0,
    "Latitude": 6.0,
    "CountryInterval": 7,
    "Sorttype": 8,
    "groupById": "sample string 9",
    "key_Id": "sample string 10",
    "Datalocation": 11,
    "Inserttime": "2025-05-12T06:27:20.4857367+08:00",
    "Severaddress": "sample string 13",
    "Status": 14
  },
  {
    "CountryId": "sample string 1",
    "CountryIdOld": 2,
    "CountryName": "sample string 3",
    "CountryEnname": "sample string 4",
    "Longitude": 5.0,
    "Latitude": 6.0,
    "CountryInterval": 7,
    "Sorttype": 8,
    "groupById": "sample string 9",
    "key_Id": "sample string 10",
    "Datalocation": 11,
    "Inserttime": "2025-05-12T06:27:20.4857367+08:00",
    "Severaddress": "sample string 13",
    "Status": 14
  }
]