Search forms

Retrieve a list of forms matching the given filters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Return forms whose name contains the given text.

string

Return forms whose description contains the given text.

boolean

Whether the form is currently active. A form is active when it has no expiration date or the date has not passed yet.

string

Comma-delimited list of category ids. Use -1 to include forms with no category. Values come from /api/property_values/form_categories/values.

boolean

Whether the form serves as the sign-up form for a group, event, or position. Linked forms cannot be filled out directly.

boolean
double

Return forms with at least this many submissions.

double

Return forms with at most this many submissions.

double

Return forms used by at least this many events.

double

Return forms used by at most this many events.

double

Return forms used by at least this many groups.

double

Return forms used by at most this many groups.

double

Return forms used by at least this many positions.

double

Return forms used by at most this many positions.

date-time

Return forms whose first submission was on or after this date.

date-time

Return forms whose first submission was on or before this date.

date-time

Return forms whose latest submission was on or after this date.

date-time

Return forms whose latest submission was on or before this date.

string

Full-text search text. Matching forms are returned ranked by relevance.

int32
≥ 0

The number of records to skip before returning results, used for paging.

int32
≥ 0

The maximum number of records to return per page. Defaults to 50.

string

The field to sort the results by. The default field depends on the endpoint.

string
enum

The sort direction: "asc" or "desc".

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json