GET /rest/v1/default_period/?ordering=-id&page=32
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 932,
    "next": null,
    "previous": "https://rsr.akvo.org/rest/v1/default_period/?ordering=-id&page=31",
    "results": [
        {
            "id": 4,
            "period_start": "2014-11-01",
            "period_end": "2018-12-31",
            "project": 3110,
            "parent": null
        },
        {
            "id": 3,
            "period_start": "2017-07-01",
            "period_end": "2021-12-31",
            "project": 5659,
            "parent": null
        }
    ]
}