Retrieve deleted entities.

Query Params
string

Filter by collection id(s). Comma separated list of collection ids. E.g. organizations, people, events, event_appearances, ipos, ownerships, categories, locations, jobs

integer

Number of results to retrieve; default = 10, max = 25

uuid

Used to paginate search results to the previous page. before_id should be the uuid of the first item in the current page. May not be provided simultaneously with after_id

uuid

Used to paginate search results to the next page. after_id should be the uuid of the last item in the current page. May not be provided simultaneously with before_id.

string
Defaults to asc

Direction of sorting by deleted_at property

Responses

Response body
object
entities
array of objects
entities
object
date-time

Timestamp when entity was deleted

identifier
object

Every entity in the system has a unique identifier that contains all necessary properties to represent it.

Language
Credentials