GET /api/v4/codingrule?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "echo": null,
    "total": 2,
    "per_page": 10,
    "pages": 1,
    "page": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "parsed_condition": null,
            "label": "New rule (0)",
            "condition": "()",
            "field": null,
            "action": null,
            "codingschema": 132
        },
        {
            "id": 2,
            "parsed_condition": null,
            "label": "New rule (0)",
            "condition": "()",
            "field": null,
            "action": null,
            "codingschema": 164
        }
    ]
}