Skip to main content
POST
Creates a new questionnaire with the specified name and description.

Body

The questionnaire creation data containing name and description.

name
string | null
description
string | null

Response

Questionnaire created successfully.

id
integer<int32>
name
string | null
description
string | null
firstMessage
string | null
retryIntervalDays
integer<int32>
maxTries
integer<int32>
intervalBackOffMultiplier
integer<int32>
repeatIntervalDays
integer<int32>
createdAt
string<date-time>