v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
Form-Templates

Create a new form template

Creates a new form template.

post/api/form-templates

Request body

namestring required

The name of the form template.

descriptionstring nullable

Optional description of the form template.

isEnabledboolean required

Indicates if the form template is enabled.

jsonDatastring required

The JSON data representing the form template structure.

Response

Form template created successfully.

idstring nullable

The ID of the form template.

namestring nullable

The name of the form template.

descriptionstring nullable

The description of the form template.

isEnabledboolean

Indicates if the form template is enabled.

createdAtstring date-time

The date and time when the form template was created.

modifiedAtstring date-time nullable

The date and time when the form template was last modified.

jsonDatastring nullable

The JSON data representing the form template structure.