Skip to main content
GET
/
v1
/
external
/
notes
/
{noteGuid}
/
folders
List Folders by Note
curl --request GET \
  --url https://api.tiro.ooo/v1/external/notes/{noteGuid}/folders \
  --header 'Authorization: Bearer <token>'
{
  "content": [
    {
      "id": "folder-abc123",
      "title": "Project Discussion",
      "isTeamFolder": true
    },
    {
      "id": "folder-def456",
      "title": "Daily Standup",
      "isTeamFolder": false
    }
  ]
}

Authorizations

Authorization
string
header
required

API key in format {id}.{secret}

Path Parameters

noteGuid
string
required

Note GUID

Response

List of folders

content
object[]
required

Array of items