# Get a summary per filter type for the booth. **GET /api/booths/{id}/filter_maintenances** Allows you to retrieve summary information of filter usage by filter type ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters #### Path parameters - **id** (string) id of the booth #### Query parameters - **start** (string) ISO8601 formatted date from when to start including filters - **end** (string) ISO8601 formatted date until which filters should be included ## Responses ### 200: OK #### Body Parameters: application/json (object) - **data** (object) Summary information for each filter type ### 400: Bad request #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code ### 401: Unauthorized #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)