#DizzyDizz-invoice-data

1 messages · Page 1 of 1 (latest)

rare nebula
#

Hello there. Dashboard exports depend on the filtering parameters applied there, and don't think you can do that in the Dashboard

#

Is the API an option?

fiery chasm
#

I already looked into all the export options and as you are saying, i can display and filter it by meta data but not exporting

#

In the api i found a way to retrieve all invoices in a given time, but not filtered by metadata

#

but also only as objects and not as csv

rare nebula
#

Yeah you can't get CSV direct from the API that way so you'd need to do JSON -> CSV (which is pretty common)

fiery chasm
#

thanks i will look into this