I need to create a sync method for my local system to get events info sync. My question is is there any REST API paramter like datesince=(date) for events to filter the events by date? or i need to get all events in any case?
Regards.
Solved! Go to Solution.
Hello,
Currently, our Events API doesn't accept any parameters to specify a date range from which to return events, but the event date information is in the response body, so you can parse the responses to identify events from the data range you are seeking. I hope this information is helpful.
Cheers,
Hello,
Currently, our Events API doesn't accept any parameters to specify a date range from which to return events, but the event date information is in the response body, so you can parse the responses to identify events from the data range you are seeking. I hope this information is helpful.
Cheers,