rfcx / rfcx-api

Core, Media/Assets and MQTT APIs
https://api.rfcx.org/docs/
Apache License 2.0
0 stars 0 forks source link

Bug: `GET /detections/summary` API missing essential includes #598

Closed grindarius closed 4 months ago

grindarius commented 4 months ago

Describe the bug After the release of #593 I found that I was missing the include part of the query, meaning references to other tables are broken. This issue is to fix that.

To Reproduce Steps to reproduce the behavior:

  1. query GET /detections/summary with start, end and classification value
  2. Get 500 Error.

Expected behavior This query should pass no matter the combination of query parameters.

Additional context