v1

latestSwagger 2.02026-08-0484141342.3 KB
Templates

# Template List

Templates; Template Name, Description, Id, Threat Count, Content Type, Category Name, Subcategory Name

get/v1/templates

Query parameters

limitinteger
offsetinteger
category_namestring

Filter by Predefined Category Names or My Templates

content_typestring

Filter by content type Static or Dynamic

Response

TemplatesReturnSwagger

Example response

{
  "pages": {
    "limit": 20,
    "total_count": 100
  },
  "templates": [
    {
      "agent_types": [
        {
          "id": 1,
          "name": "Windows"
        }
      ],
      "category_name": "main",
      "content_type": "Static",
      "content_updated_at": 1654781780578,
      "description": "Description",
      "id": 1,
      "name": "Template-1",
      "subcategory_name": "sub",
      "threat_count": 2
    }
  ]
}