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
Changes
Changed in 1 of the 11 revisions of this API.1
- ○
added the required property
results/items/tagsto the response with the200statusresponse-required-property-added
- ○