GET api/Countries
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CountryDataTransferModel| Name | Description | Type | Additional information |
|---|---|---|---|
| countryCode | string |
None. |
|
| countryName | string |
None. |
|
| ISO3166alpha2 | string |
None. |
|
| ExternalUniqueIdentifier | globally unique identifier |
None. |
|
| LastModifiedByUser | globally unique identifier |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreationDate | date |
None. |
|
| LastChangeCounter | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"countryCode": "sample string 1",
"countryName": "sample string 2",
"ISO3166alpha2": "sample string 3",
"ExternalUniqueIdentifier": "dfea3de5-f894-435c-8149-0e7a00fd0e78",
"LastModifiedByUser": "7ad16cde-4f2e-477d-813a-ce33feb6f14d",
"LastModifiedDate": "2026-01-09T12:30:13.0574356",
"CreationDate": "2026-01-09T12:30:13.0574356",
"LastChangeCounter": 5
},
{
"countryCode": "sample string 1",
"countryName": "sample string 2",
"ISO3166alpha2": "sample string 3",
"ExternalUniqueIdentifier": "dfea3de5-f894-435c-8149-0e7a00fd0e78",
"LastModifiedByUser": "7ad16cde-4f2e-477d-813a-ce33feb6f14d",
"LastModifiedDate": "2026-01-09T12:30:13.0574356",
"CreationDate": "2026-01-09T12:30:13.0574356",
"LastChangeCounter": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfCountryDataTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HandsetWebService.DataTransferModels">
<CountryDataTransferModel>
<CreationDate>2026-01-09T12:30:13.0574356+00:00</CreationDate>
<ExternalUniqueIdentifier>dfea3de5-f894-435c-8149-0e7a00fd0e78</ExternalUniqueIdentifier>
<LastChangeCounter>5</LastChangeCounter>
<LastModifiedByUser>7ad16cde-4f2e-477d-813a-ce33feb6f14d</LastModifiedByUser>
<LastModifiedDate>2026-01-09T12:30:13.0574356+00:00</LastModifiedDate>
<ISO3166alpha2>sample string 3</ISO3166alpha2>
<countryCode>sample string 1</countryCode>
<countryName>sample string 2</countryName>
</CountryDataTransferModel>
<CountryDataTransferModel>
<CreationDate>2026-01-09T12:30:13.0574356+00:00</CreationDate>
<ExternalUniqueIdentifier>dfea3de5-f894-435c-8149-0e7a00fd0e78</ExternalUniqueIdentifier>
<LastChangeCounter>5</LastChangeCounter>
<LastModifiedByUser>7ad16cde-4f2e-477d-813a-ce33feb6f14d</LastModifiedByUser>
<LastModifiedDate>2026-01-09T12:30:13.0574356+00:00</LastModifiedDate>
<ISO3166alpha2>sample string 3</ISO3166alpha2>
<countryCode>sample string 1</countryCode>
<countryName>sample string 2</countryName>
</CountryDataTransferModel>
</ArrayOfCountryDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.