Agencies Overview
Return list of all agencies and the overview of their spending data for a provided fiscal year and period
Documentation for this endpoint can be found here.
GET /api/v2/reporting/agencies/overview/
{
"page_metadata": {
"page": 1,
"total": 0,
"limit": 10,
"next": null,
"previous": null,
"hasNext": false,
"hasPrevious": false
},
"results": [],
"messages": []
}