Retrieves deleted entity references within a specified date range. At least one of deletedOnStart or deletedOnEnd is required. When only one boundary is provided, the query is scoped to that single day.
Put ONLY your JWT Bearer token on textbox below!
Start of the deletion date range (inclusive). Required if deletedOnEnd is not provided. If provided alone, the query is scoped to that single day
End of the deletion date range (inclusive). Required if deletedOnStart is not provided. If provided alone, the query is scoped to that single day
Entity type name (e.g. Employee, Transaction, DSS). Returns all entity types if not specified
Number of records to return per page. Must be between 1 and 250. Defaults to 250
Cursor from the previous page. Supply the EntityDeletedId of the last record returned to retrieve the next page
Paged array of deleted entity references matching the supplied criteria.
Unique sequential identifier of the deleted entity record.
Identifier of the deleted entity instance.
Type name of the deleted entity (e.g. Employee, Transaction, DSS).
Date and time the entity was deleted.
Concurrency token representing the version of the record at time of deletion.
Both date parameters are absent, the start date is after the end date, pageSize is out of range, or the continuationToken is invalid.