{ "opencollection": "1.0.0", "info": { "name": "ilert REST Alert Actions Incident Templates API", "version": "v2.2026.5-r.3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Incident Templates", "type": "folder" }, "items": [ { "info": { "name": "Get incident templates.", "type": "http" }, "http": { "method": "GET", "url": "/api/incident-templates", "params": [ { "name": "start-index", "value": "", "type": "query", "description": "an integer specifying the starting point (beginning with 0) when paging through a list of entities" }, { "name": "max-results", "value": "", "type": "query", "description": "the maximum number of results when paging through a list of entities." } ] }, "docs": "Get incident templates." }, { "info": { "name": "Create a new incident template.", "type": "http" }, "http": { "method": "POST", "url": "/api/incident-templates", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new incident template." }, { "info": { "name": "Get a specific incident template.", "type": "http" }, "http": { "method": "GET", "url": "/api/incident-templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ] }, "docs": "Get a specific incident template." }, { "info": { "name": "Update the specific incident template", "type": "http" }, "http": { "method": "PUT", "url": "/api/incident-templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specific incident template" }, { "info": { "name": "Remove a specific incident template.", "type": "http" }, "http": { "method": "DELETE", "url": "/api/incident-templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ] }, "docs": "Remove a specific incident template." } ] } ], "bundled": true }