This query returns a list of recent events when a garage door you manage was opened or closed via the Garageio website or smartphone app.
- API endpoint slug
- garageio.door_open_state
- Runtime method
- performQuery("garageio.door_open_state")
Query fields
- Label
- Which door?
- Slug
- door
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- door_name
- Filter code
- Garageio.doorOpenState.DoorName
- Type
- String
- Example
- Door 1
- Slug
- door_state
- Filter code
- Garageio.doorOpenState.DoorState
- Type
- String
- Example
- Opened
- Slug
- user_name
- Filter code
- Garageio.doorOpenState.UserName
- Type
- String
- Example
- John Smith
- Slug
- user_email
- Filter code
- Garageio.doorOpenState.UserEmail
- Type
- String
- Example
- john.smith@example.com
- Slug
- channel
- Filter code
- Garageio.doorOpenState.Channel
- Type
- String
- Example
- Garageio Mobile App
- Slug
- created_at
- Filter code
- Garageio.doorOpenState.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00