State Controller
Get state by ID
Retrieve a specific state by its ID
get/states/{id}
Path parameters
idnumber required
Response
State retrieved successfully
Example response
{
"id": 1,
"countryId": 1,
"stateName": "California",
"externalLink": "example.com",
"isActive": true,
"country": {
"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.