Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tiro.ooo/v1/external/notes/{noteGuid}/folders \ --header 'Authorization: Bearer <token>'
200
success
{ "content": [ { "id": "12345", "title": "Project Discussion", "isTeamFolder": true }, { "id": "12346", "title": "Daily Standup", "isTeamFolder": true } ] }
Retrieve folders for a specific note
API key in format {id}.{secret}
Note GUID
List of folders
Array of items
Show child attributes