GET /api/v1/event/grade-rules/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 21,
    "next": null,
    "previous": "https://old.online.ntnu.no/api/v1/event/grade-rules/?format=api&page=2",
    "results": [
        {
            "id": 52,
            "offset": 48,
            "grade": 3
        }
    ]
}