Route: /api/v2/federal_accounts/<PK>/description/
GONE
Method: GET
This route takes a Federal Account DB ID and returns Description and summary fields.
{
"results": {
"description": "",
"summary": ""
"total budgetary athority"
'balence brought forward'
'new apropriations'
'obligations incured'
}
}
Possible HTTP Status Codes:
- 400 : Missing parameters or limit is not a valid, positive integer
- 500 : All other errors
{
"detail": "Sample error message"
}