Get modes duration
Allows you to retrieve the list of modes and their duration for a given booth in a given date range.
Path parameters
-
id
string Required id of the booth
GET
/api/booths/{id}/duration_by_mode
curl \
--request GET 'http://localhost:4000/api/booths/{id}/duration_by_mode?from=string&to=string' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": [
{
"mode": "Spray Mode",
"duration": 5.0,
"percentage": 55.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"
}