Get a PlanningUnit list for forecastingUnitId
GET/api/planningUnit/planningUnit/forecastingUnit/:forecastingUnitId
API used to get a PlanningUnit list for forecastingUnitId
Request
Responses
- 200
- 404
- 500
Returns the PlanningUnit list
Returns a HttpStatus.NOT_FOUND if the ForecastingUnitId specified does not exist
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete