Skip to main content
GET
Get all forms

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer

Page index (1-based).

Required range: x >= 1
Example:

1

limit
integer

Items per page.

Required range: 1 <= x <= 100
Example:

10

formType
enum<string>

Only include forms with this formType. Values outside the FormType enum are ignored.

Available options:
public,
internal
Example:

"public"

status
enum<string>

Filter on the form's isActive flag. Omit to return both.

Available options:
active,
inactive
Example:

"active"

Response

200

OK