v6

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

Get a form template by ID

Gets a form template by its ID.

get/api/form-templates/{formTemplateId}

Path parameters

formTemplateIdinteger required

The ID of the form template to get.

Response

Form template retrieved 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.