v1
latestOpenAPI 3.1.02026-08-066984441.1 MBdocuments
Returns all documents that belong to the document space with the specified id.
<Check title="Required Permissions" icon="key">The user must have at least read permissions for the specified document space.</Check>
get/documentspaces/{documentSpaceId}/documents
Path parameters
documentSpaceIdstring uuid required
The id of the document space to retrieve documents from.
Query parameters
pageinteger
Page number for pagination
pageSizeinteger
Number of items per page
orderbystring
The properties to order by
filterbystring
The filter expression to filter by
Headers
Authorizationstring required
Bearer authentication
Response
OK