GET /api/v1/event/extras/?format=api&ordering=id&page=5
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=6",
    "previous": "https://old.online.ntnu.no/api/v1/event/extras/?format=api&ordering=id&page=4",
    "results": [
        {
            "id": 48,
            "choice": "B11",
            "note": null
        },
        {
            "id": 49,
            "choice": "B12",
            "note": null
        },
        {
            "id": 50,
            "choice": "M1",
            "note": null
        },
        {
            "id": 51,
            "choice": "M2",
            "note": null
        },
        {
            "id": 52,
            "choice": "M3",
            "note": null
        },
        {
            "id": 53,
            "choice": "M4",
            "note": null
        },
        {
            "id": 54,
            "choice": "M5",
            "note": null
        },
        {
            "id": 55,
            "choice": "Onkel/tante",
            "note": "Tilhører ikke faddergruppe"
        },
        {
            "id": 56,
            "choice": "Hepatitt A+B",
            "note": null
        },
        {
            "id": 57,
            "choice": "Bror - Trønder",
            "note": null
        }
    ]
}