Enable delta query support via a Syclo exchange table by modifying an existing GET_ENTITYSET method to supply a delta token for the initial query.
The delta token in this implementation is the timestamp of the most recent request. The keys of new, changed, and deleted records from the change pointer tables are retrieved based on this timestamp.