Delta support for the OData API
We have added two new fields to the OData DataObject property, that is, DeleteTime
(DateTime) & Deleted
(Boolean).
We have also added a deletedstatus
custom query option with the possible values of Both, Deleted, and NotDeleted.
note
The default value for the deletedstatus
custom query option is NotDeleted to preserve the current behavior.
For more information, refer to the General information section in the OData API documentation.