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

{
    "count": 172,
    "next": null,
    "previous": "https://old.online.ntnu.no/api/v1/event/extras/?format=api&page=17",
    "results": [
        {
            "id": 18,
            "choice": "Vegetarburger",
            "note": "149kr."
        },
        {
            "id": 90,
            "choice": "velkom",
            "note": null
        }
    ]
}