GET /api/v1/event/extras/?format=api&ordering=-id&page=2
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=3",
    "previous": "https://old.online.ntnu.no/api/v1/event/extras/?format=api&ordering=-id",
    "results": [
        {
            "id": 187,
            "choice": "Kompis - Dobbel bacon cheese",
            "note": null
        },
        {
            "id": 186,
            "choice": "Kompis - Kompis",
            "note": null
        },
        {
            "id": 185,
            "choice": "Kompis - Snowjob",
            "note": null
        },
        {
            "id": 184,
            "choice": "EGONs - VEGANBOVL",
            "note": null
        },
        {
            "id": 183,
            "choice": "EGON BIRRIA SANDWICH",
            "note": null
        },
        {
            "id": 182,
            "choice": "EGONs-PASTA CARBONARA",
            "note": null
        },
        {
            "id": 181,
            "choice": "EGONs-CHEESEBURGER",
            "note": null
        },
        {
            "id": 180,
            "choice": "Nivå - Avansert",
            "note": "Jeg har erfaring med dette"
        },
        {
            "id": 178,
            "choice": "Nivå - Middels",
            "note": "Jeg har litt erfaring med dette"
        },
        {
            "id": 177,
            "choice": "Nivå - Nybegynner",
            "note": "Jeg har ikke mye erfaring med dette"
        }
    ]
}