{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Scheduled Reports API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Scheduled Reports", "type": "folder" }, "items": [ { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/scheduled_reports", "params": [ { "name": "organization_id", "value": "", "type": "query", "description": "Organization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get all scheduled reports associated with current user's organizations." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/scheduled_reports", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a scheduled report." }, { "info": { "name": "Show report", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/scheduled_reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ScheduledReport ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets the specified scheduled report." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/scheduled_reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ScheduledReport ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates a scheduled report." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dnsfilter.com/v1/scheduled_reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ScheduledReport ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes the scheduled report." } ] } ], "bundled": true }