Query parameters
-
criteria to filter by
-
criteria to sort by
-
criteria to search by
-
amount of results per page to return
-
page number
-
ISO8601 formatted datetime to include booth utilization data since
-
optional features to include. This is a list of values separated by colons ':'. The avaiable values are: cycle_count (adds cycles_count), utilization_times (adds utilization_minutes and working_minutes), energy_usage (adds kwh_usage and gas_usage), bake_time, and overuse_data (adds overuse_minutes and overuse_cycles)
-
ISO8601 formated datetime to include booth utilization data until
GET
/api/booths
curl \
--request GET 'http://localhost:4000/api/booths' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": [],
"page": 1,
"limit": 25,
"pages": 1,
"total": 0
}
Response examples (200)
{
"data": [],
"page": 1,
"limit": 25,
"pages": 1,
"total": 0
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}