Get RealmCountry list for a specific realmId
GET/api/realmCountry/realmId/:realmId
API used to get the RealmCountry list for a specific realmId
Request
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 realmId found
Internal error that prevented the retreival of RealmCountry list