I have been tasked with building an integration with the Sugar CRM API Version 11_9 that needs to be able to read all Opporutnites that have been created or modified after specific timestamp. Consider the following simplified data set.
[ { id:"1", "date_modified":"2020-08-10T03:09:09-08:00" }, { id:"2", "date_modified":"2020-08-12T03:09:09-08:00" }, { id:"3", "date_modified":"2020-08-14T03:09:09-08:00" }, { id:"4", "date_modified":"2020-08-16T03:09:09-08:00" }, ]
[ { id:"3", "date_modified":"2020-08-14T03:09:09-08:00" }, { id:"4", "date_modified":"2020-08-16T03:09:09-08:00" }, ]