v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Forms

List Forms

List all forms

get/forms

Query parameters

statusFormStatus[]

If provided, only return forms with the given status.

If provided, only return forms with the given status.

[
  "active"
]
-statusFormStatus[]

If provided, only return forms without the given status.

If provided, only return forms without the given status.

[
  "disabled"
]
adminboolean

If provided, filter by admin-only flag.

If provided, filter by admin-only flag.

ordering'creation_date' | '-creation_date' | 'title' | '-title' | 'slug' | '-slug' | 'status' | '-status'

The ordering to apply to the results.

Example:-creation_date

The ordering to apply to the results.

pageinteger

The page number of the paginated response.

Example:1

The page number of the paginated response.

Response

OK

nextstring nullable

The URL to the next page of results, if any.

previousstring nullable

The URL to the previous page of results, if any.

countinteger required

The total number of results across all pages.