Search forms by keyword(s)

GET {{base_url}}/search/forms?limit=100&search=your%20search%20term

Search for form titles within your organization that match a specific keyword or search term.

Forms are listed in chronological order; oldest forms will appear at the top of the list.

The limit parameter can be used to limit how many matching forms are listed.

Use the id returned in the response to retrieve more detailed information about the specific form.

Request Params

KeyDatatypeRequiredDescription
limitnumber
searchstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
organization-idstring

RESPONSES

status: OK

{"count":0,"next":null,"previous":null,"facets":{},"results":[]}