How to fetch unreported expenses API

Hello.
I have finally got my API integration (PHP) to work and can now retrieve expenses with links to image and PDF to my application. Really nice !!!
The only filter i use is "startdate", and then i get expenses from all reports after the date i set, which is great and what I want.
But i dont get expenses that is "Unreported" in expensify. So does anybody know a way to get fetch all expenses - including the unreported ones via the API?
Kindly Jesper
Comments
-
I figurred out this workaround https://community.expensify.com/discussion/4976/
But would be nice to be able to get unreported also via API
-
Hey @kjems yes, Scheduled Submit is definitely a great approach here - in general, we do expect most people to group expenses into reports (and the API for exporting is based around exporting reports, because that is by far the most common customers use case we have seen). Thanks!