Returns financial spending data by object class.

Documentation for this endpoint can be found here.

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

{
    "results": [
        {
            "id": "40",
            "name": "Grants and fixed charges",
            "minor_object_class": [
                {
                    "id": "43.0",
                    "name": "Interest and dividends"
                }
            ]
        }
    ]
}