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
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
search | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
organization-id | string |
RESPONSES
status: OK
{"count":0,"next":null,"previous":null,"facets":{},"results":[]}