Obtain the list of program activities for a specific agency's treasury account using a treasury account symbol (TAS).

Documentation for this endpoint can be found here.

GET /api/v2/agency/treasury_account/001-X-0000-000/program_activity/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "treasury_account_symbol": "001-X-0000-000",
    "fiscal_year": 2024,
    "page_metadata": {
        "page": 1,
        "total": 0,
        "limit": 10,
        "next": null,
        "previous": null,
        "hasNext": false,
        "hasPrevious": false
    },
    "results": [],
    "messages": []
}