Exporting Events using API Answered Steve Salt January 11, 2019 16:36 I'm looking at exporting the Events data (and other too, but focusing on Events): Using the "Try it now" with a StartAt and EndedAt date range and a Limit of 50, I get data that starts with: "response": { "count": 3697, "items": [ { However, there are not 3697 results, there are 50. Which is what I expected. If I remove the limit, I get 500 back, and Limit prevents me exceeding 1000. So I thought I would try to chunk the data using Offset & Limit, but Export/Events.json doesn't use Offset. Perhaps I could iterate based on the StaredtAt using a Date & Time, as the description says I can: startedAt Only include events that happened after this date (YYYY-MM-DD, YYYY-MM-DD HH:mm:ss or timestamp) I get back: "errorType": "general", "description": "Parameter startedAt is not valid. Ensure format is YYYY-MM-DD.", With Export/shares.json, there are no parameters - I just get all the shares, 1272 so far and counting. I like that, its simple. So, my question is What is the suggested way to export all the Events without loss? Regards, Steve Salt Application Devloper 0