v1
latestOpenAPI 3.1.02026-07-226875162.5 KBNote Document
Get Note Document
Retrieve a specific note document by ID.
See Template Based Documents for more details.
get/v1/external/notes/{noteGuid}/documents/{documentId}
Path parameters
noteGuidstring required
Note GUID
documentIdinteger required
Document ID
Query parameters
format'text/plain' | 'text/markdown'
Response format
Response
Document details
Example response
{
"id": 456,
"noteGuid": "note-abc123-def456",
"note": {
"guid": "note-abc123-def456",
"webUrl": "https://tiro.ooo/n/xQ8YKnZUPGHNB"
},
"template": {
"id": 1,
"title": "영업 보고서"
},
"locale": "ko_KR",
"sections": [
{
"content": {
"type": "text/plain",
"content": "Hello everyone, welcome to today's meeting..."
},
"createdAt": "2025-10-20T12:35:26Z"
}
],
"createdAt": "2025-10-20T12:35:26Z",
"updatedAt": "2025-10-20T13:45:30Z"
}