Country Controller
Get country by ID
Retrieve a specific country by its ID
get/countries/{id}
Path parameters
idnumber required
Response
Country retrieved successfully
Example response
{
"id": 1,
"countryName": "United States",
"currencyCode": "USD",
"currencySymbol": "$",
"mailFrom": "noreply@uklandregistryonline.org.uk",
"supportMail": "support@uklandregistryonline.org.uk",
"isActive": true,
"emailSignature": "Best regards, Team",
"displayName": "UK Land Registry"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.