I am trying to get a delta of modified customers to synchronize to an external system. The LastModifiedDateTime filter seems to be ignored, and all records are returned..
My query is
{{baseUrl}}/entity/DefaultExt/22.200.001/Customer?$fitler=LastModifiedDateTime ge datetimeoffset'2024-06-03'
I have also tried the date format like 2024-06-03T00:00:00.000-04:00, but that too returns all records.
Any idea why this won’t filter? It has to be something ridiculously simple...