GET /api/v1/event/extras/?format=api
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&page=2",
    "previous": null,
    "results": [
        {
            "id": 157,
            "choice": "appkom",
            "note": "appkom"
        },
        {
            "id": 79,
            "choice": "arrkom",
            "note": null
        },
        {
            "id": 38,
            "choice": "B1",
            "note": null
        },
        {
            "id": 47,
            "choice": "B10",
            "note": null
        },
        {
            "id": 48,
            "choice": "B11",
            "note": null
        },
        {
            "id": 49,
            "choice": "B12",
            "note": null
        },
        {
            "id": 39,
            "choice": "B2",
            "note": null
        },
        {
            "id": 40,
            "choice": "B3",
            "note": null
        },
        {
            "id": 41,
            "choice": "B4",
            "note": null
        },
        {
            "id": 42,
            "choice": "B5",
            "note": null
        }
    ]
}