GET /api/v1/event/extras/?format=api&ordering=id&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 189,
    "next": "https://old.online.ntnu.no/api/v1/event/extras/?format=api&ordering=id&page=5",
    "previous": "https://old.online.ntnu.no/api/v1/event/extras/?format=api&ordering=id&page=3",
    "results": [
        {
            "id": 38,
            "choice": "B1",
            "note": null
        },
        {
            "id": 39,
            "choice": "B2",
            "note": null
        },
        {
            "id": 40,
            "choice": "B3",
            "note": null
        },
        {
            "id": 41,
            "choice": "B4",
            "note": null
        },
        {
            "id": 42,
            "choice": "B5",
            "note": null
        },
        {
            "id": 43,
            "choice": "B6",
            "note": null
        },
        {
            "id": 44,
            "choice": "B7",
            "note": null
        },
        {
            "id": 45,
            "choice": "B8",
            "note": null
        },
        {
            "id": 46,
            "choice": "B9",
            "note": null
        },
        {
            "id": 47,
            "choice": "B10",
            "note": null
        }
    ]
}