GET /api/v1/event/rule-bundles/?format=api&ordering=-grade_rules&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&ordering=-grade_rules&page=4",
    "results": [
        {
            "id": 33,
            "description": "4. - 5. klasse",
            "field_of_study_rules": [],
            "grade_rules": [
                14,
                15
            ],
            "user_group_rules": [],
            "rule_strings": [
                "4. klasse",
                "5. klasse"
            ]
        }
    ]
}