curl --request GET \
--url https://api.tiro.ooo/v1/external/notes/{noteGuid}/documents \
--header 'Authorization: Bearer <token>'{
"content": [
{
"id": 456,
"noteGuid": "note-abc123-def456",
"template": {
"id": 1,
"title": "영업 보고서"
},
"locale": "ko_KR",
"createdAt": "2025-10-20T12:35:26Z",
"updatedAt": "2025-10-20T13:45:30Z"
},
{
"id": 457,
"noteGuid": "note-abc123-def456",
"template": {
"id": 1,
"title": "영업 보고서"
},
"locale": "en_US",
"createdAt": "2025-10-20T11:20:15Z",
"updatedAt": "2025-10-20T11:20:15Z"
}
],
"totalSize": 2
}List all documents generated for a specific note.
See Template Based Documents for more details.
curl --request GET \
--url https://api.tiro.ooo/v1/external/notes/{noteGuid}/documents \
--header 'Authorization: Bearer <token>'{
"content": [
{
"id": 456,
"noteGuid": "note-abc123-def456",
"template": {
"id": 1,
"title": "영업 보고서"
},
"locale": "ko_KR",
"createdAt": "2025-10-20T12:35:26Z",
"updatedAt": "2025-10-20T13:45:30Z"
},
{
"id": 457,
"noteGuid": "note-abc123-def456",
"template": {
"id": 1,
"title": "영업 보고서"
},
"locale": "en_US",
"createdAt": "2025-10-20T11:20:15Z",
"updatedAt": "2025-10-20T11:20:15Z"
}
],
"totalSize": 2
}API key in format {id}.{secret}
Note GUID
Filter by template ID
List of documents
Response containing list of note documents
Array of document summaries
Show child attributes
Document ID
456
Supported language locale
ko_KR, en_US, de_DE, ja_JP, es_ES, fr_FR, id_ID, vi_VN, tr_TR, uk_UA, ru_RU, hi_IN, it_IT, zh_CN, ms_MY, th_TH "ko_KR"
Document creation timestamp
"2025-10-20T12:35:26Z"
Document last update timestamp
"2025-10-20T13:45:30Z"
Total number of documents
5