Get Region for a RegionId
GET/api/region/:regionId
API used to get the Region for a specific RegionId
Request
Responses
- 200
- 403
- 404
- 500
Returns the Region
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the RegionId specified does not exist
Internal error that prevented the retreival of Region