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": 2024,
    "page_metadata": {
        "page": 1,
        "total": 0,
        "limit": 10,
        "next": null,
        "previous": null,
        "hasNext": false,
        "hasPrevious": false
    },
    "results": [],
    "messages": []
}