List Folders
List the folders you can access in a workspace, as a flat array.
Requires a user API key — folder access is evaluated per user via
workspace membership. A team-only API key returns 401.
Create folders with POST on this same path. Read and manage individual
folders with the endpoints under /v1/external/folders/{folderId}.
인증
API key in format {id}.{secret}
경로 매개변수
Workspace GUID. Obtain it from GET /v1/external/workspaces.
응답
Folders you can access in the workspace
Unique identifier for the folder
"12345"
GUID of the workspace the folder belongs to
"ws_a1b2c3d4"
Folder title (max 50 characters)
"Weekly Team Meetings"
Folder description. Empty string when unset.
"Notes from our weekly sync"
Who can access a folder and the notes inside it.
| Type | View | Edit |
|---|---|---|
PRIVATE | Only you | Only you |
ALL_MEMBER_VIEWER | All workspace members | No member-wide edit access |
ALL_MEMBER_EDITOR | All workspace members | All workspace members |
LIMITED | Invited members only | Invited members only (per-member role) |
PRIVATE: Personal folder. Not shared with the workspace.ALL_MEMBER_VIEWER: Every workspace member can view; no member-wide edit access is granted.ALL_MEMBER_EDITOR: Every workspace member can view and edit.LIMITED: Only explicitly invited members can access, each with an individual role (VIEWERorEDITOR).
PRIVATE, ALL_MEMBER_VIEWER, ALL_MEMBER_EDITOR, LIMITED "PRIVATE"
Parent folder ID. null for root-level folders. In the List Folders
response, parentId is also null when the parent folder is not
accessible to you.
"12300"
Folder color in hex format (#RRGGBB)
"#4A90D9"
true when the folder is shared with the workspace (any sharingType
except PRIVATE); false for PRIVATE folders. Retained for backward
compatibility — use sharingType for the precise access level.
true
ISO-8601 creation timestamp (UTC)
"2025-01-15T10:30:00Z"
ISO-8601 last-update timestamp (UTC)
"2025-01-18T14:20:00Z"