Get active RealmCountry list
GET/api/realmCountry/
API used to get the complete RealmCountry list. Will only return those RealmCountries that are marked Active.
Responses
- 200
- 403
- 404
- 500
Returns the RealmCountry list
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if no RealmCountry found
Internal error that prevented the retreival of RealmCountry list