/
DE
defaulr
/
Outline API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 24m ago · Updated 2y ago
Details
Filter operations
Attachments
3
Auth
2
Collections
14
post
Retrieve a collection
post
Retrieve a collections document structure
post
List all collections
post
Create a collection
post
Update a collection
post
Add a collection user
post
Remove a collection user
post
List all collection memberships
post
Add a group to a collection
post
Remove a collection group
post
List all collection group members
post
Delete a collection
post
Export a collection
post
Export all collections
Comments
4
Documents
22
Events
1
FileOperations
4
Groups
8
Revisions
2
Shares
5
Users
8
Views
2
Collections
Retrieve a collections document structure
post
/collections.documents
Request body
object
required
id
string
uuid
required
Unique identifier for the collection.
Response
OK
object
required
data
NavigationNode[]
Example response
{ "data": [] }
Changes