Get Deleted Items
GET/api/items/getdeleteditems/:deletedOnOrAfter
Tier: Public — stable, supported for third-party integration.
Returns the ids of items soft-deleted on or after the given timestamp, for client cache invalidation / sync.
Request
Responses
- 200
- 400
- 401
The ids of soft-deleted items whose last-modified timestamp is on or after the given value.
A service-level error occurred.
Caller is not authenticated.