Forms

List forms

Lists all forms with optional pagination.

get/api/forms

Query parameters

pageinteger nullable

The number of the page

pageSizeinteger nullable

The number of items to take.

Response

Forms retrieved successfully.

idstring nullable

The ID of the form.

namestring nullable

The name of the form.

descriptionstring nullable

The description of the form.

isEnabledboolean

Indicates if the form is enabled.

createdAtstring date-time

The date and time when the form was created.

modifiedAtstring date-time nullable

The date and time when the form was last modified.

submissionsCountinteger nullable

The total number of submissions for the form

Changes