API Reference

Sections

Theme switcher

DeviceEventFilterInput

DeviceEventFilterInput

actionsarray

Filter events by action names

afterdatetime

Filter events created after this timestamp (not to be confused with cursor-based pagination)

beforedatetime

Filter events created before this timestamp

eventTypestring

Filter by specific event type

Enum values:
DEVICE_ACTION_CREATEDDEVICE_ACTION_UPDATEDDEVICE_BULK_DATA_STATE_UPDATEDDEVICE_NOTIFICATION_REPORTEDDEVICE_STATE_UPDATED
statesarray

Filter events by state field names

traitsarray

Filter events by trait names

Was this section helpful?
1 2 3 4 5 6 7 8 { "actions": [], "after": null, "before": null, "eventType": "DEVICE_ACTION_CREATED", "states": [], "traits": [] }
Was this section helpful?