ADT · Example Payload

Business Api Event Report Example

Access ControlAutomationHome SecurityIoTMonitoringSecuritySmart HomeFortune 1000

Business Api Event Report Example is an example object payload from ADT, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

siteIdperiodsummaryevents

Example Payload

Raw ↑
{
  "siteId": "sys-001",
  "period": {
    "startDate": "2025-03-15T14:30:00Z",
    "endDate": "2025-03-15T14:30:00Z"
  },
  "summary": {
    "totalAlarms": 5,
    "totalAccessEvents": 5
  },
  "events": [
    {}
  ]
}