ADT · Example Payload

Platform Api Event List Example

Access ControlAutomationHome SecurityIoTMonitoringSecuritySmart HomeFortune 1000

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

Top-level fields

eventstotal

Example Payload

Raw ↑
{
  "events": [
    {
      "id": "sys-001",
      "type": "alarm",
      "description": "example",
      "deviceId": "sys-001",
      "timestamp": "2025-03-15T14:30:00Z",
      "userId": "sys-001"
    }
  ],
  "total": 5
}