{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Reports API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Reports", "type": "folder" }, "items": [ { "info": { "name": "getOrgE911Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/exports/e911_report", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Get the status of E911 AP BSSID reports and download URL if available." }, { "info": { "name": "enableOrgE911Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/exports/e911_report", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Enable automatic E911 AP BSSID report generation for the organization. Reports will be generated immediately and then every 24 hours." }, { "info": { "name": "disableOrgE911Report", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/exports/e911_report", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Disable automatic E911 AP BSSID report generation for the organization." } ] } ], "bundled": true }