Get PlanningUnitCapacity list for a PlanningUnitId and a given date range
GET/api/planningUnit/capacity/:planningUnitId/between/:startDate/:stopDate
API used to get PlanningUnitCapacity list for a PlanningUnitId and a given date range
Request
Responses
- 200
- 403
- 404
- 412
- 500
Returns the PlanningUnitCapacity list
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the PlanningUnitCapacity list does not exist
Returns a HttpStatus.PRECONDITION_FAILED if certain conditions to get the list does not met
Internal error that prevented the retreival of PlanningUnitCapacity list