Get utilization stats
Allows you to retrieve utilization statistics for sessions. Like avg session duration, sum of session durations, and sessions count in the time period.
Path parameters
-
id
string Required id of the booth
GET
/api/booths/{id}/utilization_stats
curl \
--request GET 'http://localhost:4000/api/booths/{id}/utilization_stats?start=string&end=string' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": [
{
"avg": 42.0,
"count": 42.0,
"mode": "string",
"total": 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"
}