Allow an authenticated user to download their own records

Options
I am building a journaling app and want to allow users to download all entry records associated with their Auth Token. 

I have an API setup so that a user can GET all records associated with their Auth Token, is there a way to offer this download functionality from XANO? Or do I need to say load up all the entries in a front-end and then allow users to download them from there?

Thanks!

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
     you can create an API the downloads the data as a csv by suing the Set http header function and defining Content-Disposition: attachment;filename="example.csv"