API: fetching data from event table

API: fetching data from event table

Hi,

I'd like to ask you for change in API.
Right now you provided lastModifiedTime paramter to fetch the data thru API in most cases it is very suitible and enough.
But with this parameter is problem when we want to fetch data from Events table, becouse for example for today I can haveevents that were modified (created) today and modified one year before (Year period activities) - so I have to fetch data from at least one year before to be sure that I'll have fetch all events for today. For customer that have 40 users it would be about 10000 events.
It would be better to use "Start DateTime" - with this field we can precisly fetch event  data from particular day, week or month.




Best regards,
p
ps: thank again for api documentation update.