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