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