Get utilization summary
Allows you to retrieve a summary of utilization, including totals of time in use, idle, in active spray, etc.
Path parameters
-
id
string Required id of the booth
GET
/api/booths/{id}/utilization_summary
curl \
--request GET 'http://localhost:4000/api/booths/{id}/utilization_summary?start=string&end=string' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"all_active_modes": 42.0,
"bake": 42.0,
"idle": 42.0,
"in_use": 42.0
}
}
Response examples (400)
{
"error": "Error Reason"
}
Response examples (400)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}