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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "name": "CAPA",
            "syntax_lang": "yaml"
        },
        {
            "id": 3,
            "name": "SIGMA",
            "syntax_lang": "yaml"
        },
        {
            "id": 1,
            "name": "YARA",
            "syntax_lang": "YARA"
        }
    ]
}