Namespace
Document
Get namespace documents
Return a cursor-paginated page of documents in the namespace library.
get/v1/namespaces/{id}/documents
Query parameters
page_sizeinteger
Maximum number of items to return.
page_tokenstring
Opaque continuation token from a previous page_info.next_page_token.
folder_idstring
Example:9bsv0s46s6s002p9ltq0
Browse documents located in this folder. Omit to list unfiled documents at the library root.
allboolean
When true, return every document in the library regardless of folder.
Response
OK
Example response
{
"items": [
{
"id": "9bsv0s46s6s002p9ltq0",
"title": "Project Plan",
"excerpt": "Overview of the project plan",
"created_by": {
"id": "9bsv0s46s6s002p9ltq0",
"first_name": "Test",
"last_name": "User",
"picture": "https://example.com/users/my-user.png"
}
}
]
}