Returns TAS discrepancies of the specified agency's submission data for a specific FY/FP

Documentation for this endpoint can be found here.

GET /api/v2/reporting/agencies/097/discrepancies/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "page_metadata": {
        "page": 1,
        "total": 0,
        "limit": 10,
        "next": null,
        "previous": null,
        "hasNext": false,
        "hasPrevious": false
    },
    "results": [],
    "messages": []
}