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

{
    "count": 172,
    "next": "https://old.online.ntnu.no/api/v1/event/extras/?format=api&ordering=-id&page=2",
    "previous": null,
    "results": [
        {
            "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"
        },
        {
            "id": 176,
            "choice": "Pizza Calabrese (Grano)",
            "note": null
        },
        {
            "id": 175,
            "choice": "Pizza Parma (Grano)",
            "note": null
        },
        {
            "id": 174,
            "choice": "Pizza Margherita (Grano)",
            "note": null
        },
        {
            "id": 173,
            "choice": "Gløshaugen",
            "note": null
        },
        {
            "id": 172,
            "choice": "Scandic Lerkendal",
            "note": null
        },
        {
            "id": 171,
            "choice": "Østre Berg",
            "note": null
        },
        {
            "id": 170,
            "choice": "Moholt studentby",
            "note": null
        }
    ]
}