{ "opencollection": "1.0.0", "info": { "name": "ADT Business Access Codes Events API", "version": "1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.adt.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "ADT List Security Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.adt.com/business/v1/systems/:systemId/events", "params": [ { "name": "systemId", "value": "", "type": "path", "description": "Security system ID." }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for event history filter (ISO 8601)." }, { "name": "endDate", "value": "", "type": "query", "description": "End date for event history filter (ISO 8601)." }, { "name": "type", "value": "", "type": "query", "description": "Filter events by type." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of events to return." } ] }, "docs": "Retrieve security events and alarm history for a security system with optional date filtering." } ] } ], "bundled": true }