v1

latestOpenAPI 3.0.12026-07-26107181554.0 KB
Deleted Entities

Retrieve deleted entities of a specific collection.

get/data/deleted_entities/{collection_id}

Path parameters

collection_id'acquisitions' | 'categories' | 'event_appearances' | 'events' | 'funding_rounds' | 'funds' | 'investments' | 'ipos' | 'jobs' | 'locations' | 'organizations' | 'ownerships' | 'people' | 'press_references' required

Filter by collection Id

Query parameters

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.