A beginner's guide
Explore Plans
Mobile menu Close menu
GarageioGarageio

Door Open State

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.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Door Dropdown list

Label
Which door?
Slug
door
Required
true
Can have default value
false

Ingredients

Door nameThe name of the door that was opened or closed.

Slug
door_name
Filter code
Garageio.doorOpenState.DoorName
Type
String
Example
Door 1

Door stateThe state (opened / closed) of the door.

Slug
door_state
Filter code
Garageio.doorOpenState.DoorState
Type
String
Example
Opened

User nameThe name of the person that opened/closed the door.

Slug
user_name
Filter code
Garageio.doorOpenState.UserName
Type
String
Example
John Smith

User emailThe email address of the person that opened/closed the door.

Slug
user_email
Filter code
Garageio.doorOpenState.UserEmail
Type
String
Example
john.smith@example.com

ChannelThe application used to open/close the door.

Slug
channel
Filter code
Garageio.doorOpenState.Channel
Type
String
Example
Garageio Mobile App

Created atDate and time event was created.

Slug
created_at
Filter code
Garageio.doorOpenState.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00