Get PlanningUnit list for a specific realmCountryId
GET/api/realmCountry/:realmCountryId/planningUnit
API used to get the active PlanningUnit list for a specific realmCountryId
Request
Responses
- 200
- 403
- 404
- 500
Returns the PlanningUnit list
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if no realmCountryId found
Internal error that prevented the retreival of PlanningUnit list