API Reference

Sections

Theme switcher

DeviceEventFilterInput

DeviceEventFilterInput

actionsarray

Filter events by action names

Show child attributes

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

Show child attributes

traitsarray

Filter events by trait names

Show child attributes

Was this section helpful?

What made this section helpful for you?

What made this section unhelpful for you?

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

What made this section helpful for you?

What made this section unhelpful for you?