Query parameters
-
filter
string criteria to filter by
-
sort
string criteria to sort by
-
search
string criteria to search by
-
limit
string amount of results per page to return
-
page
string page number
-
start
string ISO8601 formatted datetime to include booth utilization data since
-
includes
string 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)
-
end
string 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"
}