v1

latestOpenAPI 3.0.12026-07-26107181554.0 KB
Deleted Entities

Retrieve deleted entities.

get/data/deleted_entities

Query parameters

collection_idsstring[]

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

limitinteger

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

before_idstring 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

after_idstring 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.

deleted_at_order'asc' | 'desc'

Direction of sorting by deleted_at property

Response

Results are identifiers matching the search query.