메인 콘텐츠로 건너뛰기
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": "12345",
      "title": "Project Discussion",
      "isTeamFolder": true
    },
    {
      "id": "12346",
      "title": "Daily Standup",
      "isTeamFolder": true
    }
  ]
}

인증

Authorization
string
header
필수

API key in format {id}.{secret}

경로 매개변수

noteGuid
string
필수

Note GUID

응답

List of folders

content
object[]
필수

Array of items