v1

latestOpenAPI 3.1.02026-07-226875162.5 KB
Note Document

List Note Documents

List all documents generated for a specific note.

See Template Based Documents for more details.

get/v1/external/notes/{noteGuid}/documents

Path parameters

noteGuidstring required

Note GUID

Query parameters

templateIdinteger

Filter by template ID

Response

List of documents

totalSizeinteger

Total number of documents

Example response

{
  "content": [
    {
      "id": 456,
      "template": {
        "id": 1,
        "title": "영업 보고서"
      },
      "locale": "ko_KR",
      "createdAt": "2025-10-20T12:35:26Z",
      "updatedAt": "2025-10-20T13:45:30Z"
    }
  ],
  "totalSize": 5
}