GET /api/v1/event/extras/?format=api&ordering=-choice
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=-choice&page=2",
    "previous": null,
    "results": [
        {
            "id": 90,
            "choice": "velkom",
            "note": null
        },
        {
            "id": 18,
            "choice": "Vegetarburger",
            "note": "149kr."
        },
        {
            "id": 21,
            "choice": "Vegatar",
            "note": null
        },
        {
            "id": 95,
            "choice": "Veganburger",
            "note": null
        },
        {
            "id": 85,
            "choice": "trikom",
            "note": null
        },
        {
            "id": 72,
            "choice": "TAG - Vegitarianeren",
            "note": "Falafelburger med chiliglace Kan lages vegansk (Hvete, egg, sulfitt)"
        },
        {
            "id": 69,
            "choice": "TAG - Soppen",
            "note": "Burger med soppstuing og bacon (Hvete, melk, egg, sulfitt)"
        },
        {
            "id": 68,
            "choice": "TAG - Klassikeren",
            "note": "Burger med cheddar og bacon (Hvete, melk, egg, sulfitt)"
        },
        {
            "id": 73,
            "choice": "TAG - Dobbel Delux",
            "note": "Dobbel burger med parmesancrisp, bacon, engelsk cheddar og trøffelmajones  (hvete, melk, egg)"
        },
        {
            "id": 71,
            "choice": "TAG - Blåmuggen",
            "note": "Burger med spansk blåmuggost (Hvete, melk, egg, sulfitt)"
        }
    ]
}