Endpoint to get all deleted documents that belong to a specific project.
Required Permissions
Any authenticated user.Path parameters
The project id.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Page number for pagination
Number of items per page
The properties to order by
The filter expression to filter by
Response
OK
The name of the document.
The id of the current document version.
The id of the document space.
The id of the document’s parent document.
The id of the project this document references.
The id of the task this document references.
The emoji of the document.
Whether the document is private.
The order of the document in either the list of private docs, the referenced document space or in the referenced project.
Whether the document belongs to an external project.
Whether the document is hidden for connect users.
The contributors of this document.
The teams this document is connected to.
Determines the level of access to this document granted to all workspace users.
Can be either not set (no access), read
, or manage
.
The id of the document the workspace access level permission has been inherited from.
The date the document has been moved to the trash
The id of the user that moved the document to the trash.
The user id of the creator of the root document of this document’s document tree.