Budget Function Count
Obtain the count of budget functions for a specific agency in a single fiscal year based on whether or not that budget function has ever been submitted in File B.
Documentation for this endpoint can be found here.
GET /api/v2/agency/012/budget_function/count/
{
"toptier_code": "012",
"fiscal_year": 2023,
"budget_function_count": 9,
"budget_sub_function_count": 17,
"messages": []
}