Get a summary of filter services per booth
Allows you to retrieve a summary of filter usage by booth with relevant stats.
Query parameters
-
filter string
criteria to filter by
-
ISO8601 date from when to include data
-
ISO8601 date until when to include data
GET
/api/filters/services
curl \
--request GET http://localhost:4000/api/filters/services?start=string&end=string \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": [
{
"account_id": "string",
"booth_id": "string",
"exhaust_filter": {
"est_remaining_service_count": 42.0,
"filter_type": "exhaust_filter",
"filter_volume": "low",
"maintenance_event_count": 42.0,
"missed_service_count": 42.0,
"on_time_service_count": 42.0
},
"facility_id": "string",
"intake_filter": {
"est_remaining_service_count": 42.0,
"filter_type": "exhaust_filter",
"filter_volume": "low",
"maintenance_event_count": 42.0,
"missed_service_count": 42.0,
"on_time_service_count": 42.0
},
"pre_filter": {
"est_remaining_service_count": 42.0,
"filter_type": "exhaust_filter",
"filter_volume": "low",
"maintenance_event_count": 42.0,
"missed_service_count": 42.0,
"on_time_service_count": 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"
}