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

{
    "count": 41,
    "next": null,
    "previous": "https://old.online.ntnu.no/api/v1/event/rule-bundles/?format=api&page=4",
    "results": [
        {
            "id": 42,
            "description": null,
            "field_of_study_rules": [],
            "grade_rules": [
                40
            ],
            "user_group_rules": [],
            "rule_strings": [
                "3. klasse etter 48 timer"
            ]
        }
    ]
}