메인 콘텐츠로 건너뛰기
GET
Get Note Document Template

인증

Authorization
string
header
필수

API key in format {id}.{secret}

경로 매개변수

templateId
integer<int64>
필수

Template ID

응답

Template details

A template that defines the section structure for NoteDocuments. Either platform-managed (isManaged: true) or team-custom. Use this to pick or design the shape of a generated document. See Data Model.

id
integer<int64>
필수

Template ID

예시:

1

title
string
필수

Template title

예시:

"회의록"

description
string
필수

Template description

예시:

"회의 내용을 체계적으로 정리하는 템플릿"

sections
object[]
필수

Template sections

favorite
boolean
기본값:false
필수

Whether the template is favorited by the user

예시:

false

isManaged
boolean
필수

Whether the template is managed by the system

예시:

true

isEditable
boolean
필수

Whether the template is editable

예시:

false

createdAt
string<date-time>
필수

Template creation timestamp

예시:

"2025-10-20T12:35:26Z"

lastUsedAt
string<date-time> | null

Timestamp when the template was last used. Null if never used.

예시:

"2025-10-20T14:20:15Z"