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/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "toptier_code": "012",
    "fiscal_year": 2024,
    "page_metadata": {
        "page": 1,
        "total": 59,
        "limit": 10,
        "next": 2,
        "previous": null,
        "hasNext": true,
        "hasPrevious": false
    },
    "results": [
        {
            "name": "Grants, subsidies, and contributions",
            "obligated_amount": 82522241158.07,
            "gross_outlay_amount": 79574921094.54
        },
        {
            "name": "Insurance claims and indemnities",
            "obligated_amount": 11121423120.6,
            "gross_outlay_amount": 10909959385.41
        },
        {
            "name": "Full-time permanent",
            "obligated_amount": 2798490729.67,
            "gross_outlay_amount": 2909079254.61
        },
        {
            "name": "Other services from non-Federal sources",
            "obligated_amount": 1983994536.7,
            "gross_outlay_amount": 5338145891.18
        },
        {
            "name": "Supplies and materials",
            "obligated_amount": 1773815617.64,
            "gross_outlay_amount": 2478612958.18
        },
        {
            "name": "Civilian personnel benefits",
            "obligated_amount": 1388588160.2,
            "gross_outlay_amount": 1404426693.69
        },
        {
            "name": "Other goods and services from Federal sources",
            "obligated_amount": 921527944.09,
            "gross_outlay_amount": 838181787.9
        },
        {
            "name": "Advisory and assistance services",
            "obligated_amount": 589663028.15,
            "gross_outlay_amount": 1089249424.65
        },
        {
            "name": "Full-time permanent",
            "obligated_amount": 278812727.84,
            "gross_outlay_amount": 281053312.47
        },
        {
            "name": "Travel and transportation of persons",
            "obligated_amount": 241379991.89,
            "gross_outlay_amount": 234171993.01
        }
    ],
    "messages": []
}