Hi,
I have a few scheduled extracts that I want to pull out via the C# .NET SDK. I can retrieve the completed extractions if they are dated after 2018-12-07. (Note: It's currently 2019-01-07 here)
No results is returned if I look for anything before the aforementioned date, but works fine if I use any dates after. (For the dates that have a trigger anyway)
Via the Web UI, I can see and download the extracts prior to 2018-12-07. (I used an arbitrary 2018-12-04).
The earliest extract for this schedule should have been 2018-10-10.
There are no paging available, and I didn't play with the maxPage property (defaults to 250 apparently?)... and I'm only getting 21 results.
Is there some settings that I'm missing...?
Thanks
Regards,
EDIT: I've added images for clarity:
1. From the web UI, there are 26 items available (between the date range for 2018-12-01 to 2019-01-08).
Also, there are files older than 2018-12-08...
Please note, the reports are only running between Mon-Fri (inclusive)
2. From the code (I'm using GetCompletedByScheduleId for simplicity sake)... there are only 20 records, and no paging is available.
Furthermore, the oldest record is dated 2018-12-10