Returns submission history of the specified agency for the specified fiscal year and period

Documentation for this endpoint can be found here.

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

{
    "page_metadata": {
        "page": 1,
        "total": 2,
        "limit": 10,
        "next": null,
        "previous": null,
        "hasNext": false,
        "hasPrevious": false
    },
    "results": [
        {
            "publication_date": "2020-11-16T22:35:47.335678+00:00",
            "certification_date": "2020-11-16T22:36:40.814846+00:00"
        },
        {
            "publication_date": "2020-11-16T22:23:54.627435+00:00",
            "certification_date": null
        }
    ],
    "messages": []
}