Skip to main content
GET
/
api
/
Common
/
Countries
List Countries.
curl --request GET \
  --url https://api.example.com/api/Common/Countries
[
  {
    "countryID": 123,
    "countryName": "<string>",
    "countryCode": "<string>",
    "countryNationality": "<string>"
  }
]

Response

200 - application/json

OK

countryID
integer<int32>
countryName
string | null
countryCode
string | null
countryNationality
string | null