Skip to main content
POST
Create Note Template From Form

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

form_id
string
required

Body

application/json

Request body for converting a Form to a NoteTemplate.

name
string | null

Custom name. Defaults to '{form_name}'

userIds
string[] | null

User IDs to grant access. Defaults to creator only

includeBlockNames
boolean
default:true

Prepend block names to question names

Response

Successful Response

id
string
required
name
string
required
createdDate
string<date-time>
required
questions
NoteQuestionDetail · object[]
userIds
string[] | null
isFavorited
boolean
default:false
expiryDays
integer | null