Get Region list based on RealmCountry list
GET/api/region/realmCountryId/:realmCountryId
API used to get the Region list for a list of RealmCountry Ids. Empty list means you want the complete list of Regions
Request
Responses
- 200
- 403
- 404
- 500
Returns the Region list based on the RealmCountry that was passed
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the RealmId specified does not exist
Internal error that prevented the retreival of Region list