Get RealmCountry for a specific RealmCountryId
GET/api/realmCountry/:realmCountryId
API used to get the RealmCountry for a specific RealmCountryId
Request
Responses
- 200
- 403
- 404
- 500
Returns the RealmCountry object
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if no RealmCountryId found
Internal error that prevented the retreival of RealmCountry object