Document
Retrieve the list of documents from a space
GET
/
api
/v1
/document
/list
Authorization
Authorization
Required<token>
Please enter a valid access token
In: header
Query Parameters
spaceId
string
The space ID to retrieve from
Default:
""
limit
integer
The maximum number of documents to retrieve
Default:
10
Format: "int32"
offset
integer
The number of documents to skip
Default:
0
Format: "int32"
OK