Folders
Was this helpful?
Was this helpful?
List folders on a given workspace for a knowledge base.
/workspaces/{workspaceId}/content/folders
Limits the project of results to return
Pagination token that keeps of track of the current position in the list
Order in which to retrieve the results
Paths of the parent folders. This can be used to narrow search to a specific folder
Paths of the folders. This can be used to narrow search to a specific set of folder paths
Include subfolders for the currently requested folders
Special ordering setting for the result folders
createdAt:asc
Filter folders based on status
draft
, active
, inactive
Create a folder on a given workspace for a knowledge base.
/workspaces/{workspaceId}/content/folders
Folder name
ID of the folder to store the new folder
Path of the folder to store the new folder
Status of the folder. If you want your documents to be visible and used by other systems, make it 'active'
draft
, active
, inactive
Update a folder on a given workspace for a knowledge base.
/workspaces/{workspaceId}/content/folders/{contentPath}
Folder name
Status of the folder. If you want your documents to be visible and used by other systems, make it 'active'
draft
, active
, inactive