GET api/Countries/Get
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": "6b6063b1-379b-4919-9415-a3c133f9ed05",
"LastModifiedByUser": "1e88625a-6f59-4f1b-81f6-054ca6b00063",
"LastModifiedDate": "2026-05-04T18:00:58.2797347",
"CreationDate": "2026-05-04T18:00:58.2797347",
"LastChangeCounter": 5
},
{
"countryCode": "sample string 1",
"countryName": "sample string 2",
"ISO3166alpha2": "sample string 3",
"ExternalUniqueIdentifier": "6b6063b1-379b-4919-9415-a3c133f9ed05",
"LastModifiedByUser": "1e88625a-6f59-4f1b-81f6-054ca6b00063",
"LastModifiedDate": "2026-05-04T18:00:58.2797347",
"CreationDate": "2026-05-04T18:00:58.2797347",
"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-05-04T18:00:58.2797347+01:00</CreationDate>
<ExternalUniqueIdentifier>6b6063b1-379b-4919-9415-a3c133f9ed05</ExternalUniqueIdentifier>
<LastChangeCounter>5</LastChangeCounter>
<LastModifiedByUser>1e88625a-6f59-4f1b-81f6-054ca6b00063</LastModifiedByUser>
<LastModifiedDate>2026-05-04T18:00:58.2797347+01:00</LastModifiedDate>
<ISO3166alpha2>sample string 3</ISO3166alpha2>
<countryCode>sample string 1</countryCode>
<countryName>sample string 2</countryName>
</CountryDataTransferModel>
<CountryDataTransferModel>
<CreationDate>2026-05-04T18:00:58.2797347+01:00</CreationDate>
<ExternalUniqueIdentifier>6b6063b1-379b-4919-9415-a3c133f9ed05</ExternalUniqueIdentifier>
<LastChangeCounter>5</LastChangeCounter>
<LastModifiedByUser>1e88625a-6f59-4f1b-81f6-054ca6b00063</LastModifiedByUser>
<LastModifiedDate>2026-05-04T18:00:58.2797347+01: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.