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": 1,
            "choice": "Pizza",
            "note": ""
        },
        {
            "id": 2,
            "choice": "Sushi",
            "note": ""
        },
        {
            "id": 3,
            "choice": "Superhero Burger - Kylling",
            "note": ""
        },
        {
            "id": 4,
            "choice": "Superhero Burger - Classic Bacon",
            "note": ""
        },
        {
            "id": 5,
            "choice": "Superhero Burger - Bacon Cheese",
            "note": ""
        },
        {
            "id": 6,
            "choice": "Superhero Burger - Classic",
            "note": ""
        },
        {
            "id": 7,
            "choice": "Kun faglig",
            "note": ""
        },
        {
            "id": 8,
            "choice": "Faglig + kulturell",
            "note": ""
        },
        {
            "id": 9,
            "choice": "Burrito med kylling, pico de gallo og rømme",
            "note": ""
        },
        {
            "id": 10,
            "choice": "Burrito med storfe, pico de gallo og chillimajones",
            "note": ""
        }
    ]
}