v1
latestOpenAPI 3.1.02026-07-226875162.5 KBFolder
List Folders by Note
Retrieve folders for a specific note
get/v1/external/notes/{noteGuid}/folders
Path parameters
noteGuidstring required
Note GUID
Response
List of folders
Example response
{
"content": [
{
"id": "12345",
"title": "Weekly Team Meetings",
"workspaceGuid": "ws_a1b2c3d4",
"isTeamFolder": true
}
]
}