GET /api/v1/event/extras/?format=api&ordering=note&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=note&page=6",
    "previous": "https://old.online.ntnu.no/api/v1/event/extras/?format=api&ordering=note&page=4",
    "results": [
        {
            "id": 119,
            "choice": "Gruppe 10",
            "note": "Gruppe 10"
        },
        {
            "id": 120,
            "choice": "Gruppe 11",
            "note": "Gruppe 11"
        },
        {
            "id": 111,
            "choice": "Gruppe 2",
            "note": "Gruppe 2"
        },
        {
            "id": 113,
            "choice": "Gruppe 3",
            "note": "Gruppe 3"
        },
        {
            "id": 112,
            "choice": "Gruppe 4",
            "note": "Gruppe 4"
        },
        {
            "id": 114,
            "choice": "Gruppe 5",
            "note": "Gruppe 5"
        },
        {
            "id": 115,
            "choice": "Gruppe 6",
            "note": "Gruppe 6"
        },
        {
            "id": 116,
            "choice": "Gruppe 7",
            "note": "Gruppe 7"
        },
        {
            "id": 117,
            "choice": "Gruppe 8",
            "note": "Gruppe 8"
        },
        {
            "id": 118,
            "choice": "Gruppe 9",
            "note": "Gruppe 9"
        }
    ]
}