We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create data endpoint for the Bureau totals for a Service Area Filtered by
Emergency Comm. | 2014-15 | Personal | $140,034,432 Emergency Comm. | 2014-15 | IMS | $153,234,432 Emergency Comm. | 2014-15 | EMS | $134,344,432 Emergency Mgmt. | 2014-15 | Personal | $34,024,432 Emergency Mgmt. | 2014-15 | IMS | $43,444,334 Emergency Mgmt. | 2014-15 | EMS | $85,343,324 PPB | 2014-15 | Personal | $123,343,234 PPB | 2014-15 | IMS | $163,344,324 PPB | 2014-15 | EMS | $173,432,342
The text was updated successfully, but these errors were encountered:
I would like to see this endpoint implemented as:
fiscal_year
service_area_code
bureau_code
bureau
object_code
service_area
bureau_code, bureau
accounting_object_name
amount
where all fields are strings, except integer amount (no dollar sign).
Sorry, something went wrong.
We talked & decided to return these fields:
These fields are desired, but not implemented in this story:
service_area_name
/budget/history/bureau/
% of total
Partially implemented by Pull Request #108. Remaining work is specified in Issue #132 and Issue #133.
jimtyhurst
mxmoss
No branches or pull requests
Create data endpoint for the Bureau totals for a Service Area
Filtered by
Return Amount in dollars
Example results (Amounts not accurate)
Service Area = Public Safety
Bureau | Fiscal Yr | Object Code | Amount
Emergency Comm. | 2014-15 | Personal | $140,034,432
Emergency Comm. | 2014-15 | IMS | $153,234,432
Emergency Comm. | 2014-15 | EMS | $134,344,432
Emergency Mgmt. | 2014-15 | Personal | $34,024,432
Emergency Mgmt. | 2014-15 | IMS | $43,444,334
Emergency Mgmt. | 2014-15 | EMS | $85,343,324
PPB | 2014-15 | Personal | $123,343,234
PPB | 2014-15 | IMS | $163,344,324
PPB | 2014-15 | EMS | $173,432,342
The text was updated successfully, but these errors were encountered: