Get a timeline of utilization crossed with maintenance events information.
Get a timeline of bucketed utilization data, along with information on timely and late filter maintenance, utilization hours in overuse, and others.
GET
/api/filters/maintenance_timeline
curl \
--request GET 'http://localhost:4000/api/filters/maintenance_timeline?start=string&interval=42.0&end=string' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": [
{
"account_id": "string",
"booth_id": "string",
"cycle_count": 42.0,
"duration": 42.0,
"events_during_period": [
{
"active_spray_time": 42.0,
"booth_in_use_time": 42.0,
"booth_overuse_cycles": 42.0,
"booth_overuse_time": 42.0,
"duration": 42.0,
"filter_type": "string",
"maintenance_date": "string",
"overuse": 42.0
}
],
"facility_id": "string",
"in_use": 42.0,
"late_maintenance_events": 42.0,
"on_time_maintenance_events": 42.0,
"overuse_cycle_count": 42.0,
"overuse_time": 42.0,
"region_id": "string",
"start": "string"
}
]
}
Response examples (400)
{
"error": "Error Reason"
}
Response examples (400)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}