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