This route sends a request to the backend to retrieve all Budget Functions associated with a TAS, ordered by Budget Function code.

Documentation for this endpoint can be found here.

GET /api/v2/budget_functions/list_budget_functions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "results": [
        {
            "budget_function_code": "750",
            "budget_function_title": "Administration of Justice"
        },
        {
            "budget_function_code": "350",
            "budget_function_title": "Agriculture"
        },
        {
            "budget_function_code": "370",
            "budget_function_title": "Commerce and Housing Credit"
        },
        {
            "budget_function_code": "450",
            "budget_function_title": "Community and Regional Development"
        },
        {
            "budget_function_code": "500",
            "budget_function_title": "Education, Training, Employment, and Social Services"
        },
        {
            "budget_function_code": "270",
            "budget_function_title": "Energy"
        },
        {
            "budget_function_code": "800",
            "budget_function_title": "General Government"
        },
        {
            "budget_function_code": "250",
            "budget_function_title": "General Science, Space, and Technology"
        },
        {
            "budget_function_code": "000",
            "budget_function_title": "Governmental Receipts"
        },
        {
            "budget_function_code": "550",
            "budget_function_title": "Health"
        },
        {
            "budget_function_code": "600",
            "budget_function_title": "Income Security"
        },
        {
            "budget_function_code": "150",
            "budget_function_title": "International Affairs"
        },
        {
            "budget_function_code": "570",
            "budget_function_title": "Medicare"
        },
        {
            "budget_function_code": "990",
            "budget_function_title": "Multiple functions"
        },
        {
            "budget_function_code": "050",
            "budget_function_title": "National Defense"
        },
        {
            "budget_function_code": "300",
            "budget_function_title": "Natural Resources and Environment"
        },
        {
            "budget_function_code": "900",
            "budget_function_title": "Net Interest"
        },
        {
            "budget_function_code": "650",
            "budget_function_title": "Social Security"
        },
        {
            "budget_function_code": "400",
            "budget_function_title": "Transportation"
        },
        {
            "budget_function_code": "700",
            "budget_function_title": "Veterans Benefits and Services"
        }
    ]
}