Obtain the list of object classes for a specific agency in a single fiscal year based on whether or not that object class has ever been submitted in File B.

Documentation for this endpoint can be found here.

GET /api/v2/agency/012/object_class/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "toptier_code": "012",
    "fiscal_year": 2023,
    "page_metadata": {
        "page": 1,
        "total": 59,
        "limit": 10,
        "next": 2,
        "previous": null,
        "hasNext": true,
        "hasPrevious": false
    },
    "results": [
        {
            "name": "Grants, subsidies, and contributions",
            "obligated_amount": 104828358840.3,
            "gross_outlay_amount": 80510520812.0
        },
        {
            "name": "Insurance claims and indemnities",
            "obligated_amount": 9670253273.58,
            "gross_outlay_amount": 9561796987.51
        },
        {
            "name": "Other services from non-Federal sources",
            "obligated_amount": 3246168908.54,
            "gross_outlay_amount": 5675130440.01
        },
        {
            "name": "Full-time permanent",
            "obligated_amount": 2003894331.22,
            "gross_outlay_amount": 2193195291.86
        },
        {
            "name": "Supplies and materials",
            "obligated_amount": 1400116345.06,
            "gross_outlay_amount": 1643343155.43
        },
        {
            "name": "Civilian personnel benefits",
            "obligated_amount": 1029502705.71,
            "gross_outlay_amount": 1046662042.68
        },
        {
            "name": "Advisory and assistance services",
            "obligated_amount": 575237604.75,
            "gross_outlay_amount": 918091582.12
        },
        {
            "name": "Other goods and services from Federal sources",
            "obligated_amount": 486540854.17,
            "gross_outlay_amount": 424031024.21
        },
        {
            "name": "Investments and loans",
            "obligated_amount": 223401299.1,
            "gross_outlay_amount": 208551500.05
        },
        {
            "name": "Full-time permanent",
            "obligated_amount": 192383068.05,
            "gross_outlay_amount": 207734377.13
        }
    ],
    "messages": []
}