Retrieve a single country.

GET {{baseUrl}}/Country('{{countryId}}')?$select=daysOffset,countryId&$expand=texts,localized

Request Params

KeyDatatypeRequiredDescription
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"refreshedAt":"\u003cdateTime\u003e","countryId":"\u003cstring\u003e","countryName":"\u003cstring\u003e","daysOffset":"\u003cinteger\u003e","texts":[{"locale":"\u003cstring\u003e","countryId":"\u003cstring\u003e","countryName":"\u003cstring\u003e"},{"locale":"\u003cstring\u003e","countryId":"\u003cstring\u003e","countryName":"\u003cstring\u003e"}],"texts@odata.count":"\u003cnumber\u003e","localized":{"locale":"\u003cstring\u003e","countryId":"\u003cstring\u003e","countryName":"\u003cstring\u003e"}}