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

{
    "count": 47,
    "next": "https://old.online.ntnu.no/api/v1/groups/?format=api&page=5",
    "previous": "https://old.online.ntnu.no/api/v1/groups/?format=api&page=3",
    "results": [
        {
            "id": 12,
            "name": "Komiteer"
        },
        {
            "id": 41,
            "name": "Komiteledere"
        },
        {
            "id": 36,
            "name": "Online-IL"
        },
        {
            "id": 40,
            "name": "Output"
        },
        {
            "id": 10,
            "name": "pangKom"
        },
        {
            "id": 7,
            "name": "proKom"
        },
        {
            "id": 33,
            "name": "Realfagskjelleren"
        },
        {
            "id": 21,
            "name": "Redaksjonen"
        },
        {
            "id": 27,
            "name": "Riddere"
        },
        {
            "id": 37,
            "name": "techtalks"
        }
    ]
}