QutEcoacoustics / baw-server

The acoustic workbench server for storing and managing ecoacoustic data. Manages the structure and audio data. Provides an API for clients access.
Apache License 2.0
9 stars 4 forks source link

Allow CSV format results for endpoints #598

Closed atruskie closed 2 years ago

atruskie commented 2 years ago

We have a need to produce a report for users who recently uploaded audio.

We might be able to add support for this in a generic way.

The idea is, for any filter endpoint we could produce a CSV report for a user. With content-disposition triggered by ?download we could make the file downloadable by the browser as well.