function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
djordandjordan 

Querying deleted & modified records

 

API 2.0 supported "deleted" and "modified" query scopes.

I've hacked the "modified" scope with "select id from foo where systemModstamp > lastPollDate" but I can't see a way of getting at deleted records' IDs.

Does this functionality exist in API 2.5?

adamgadamg
The 2.5 API does not support querying for deletes; stay tuned as this one is on the radar.