This query returns all your forms or forms that match a search term
- API endpoint slug
- typeform.list_forms
- Runtime method
- performQuery("typeform.list_forms")
Query fields
- Label
- Search term
- Helper text
- Returns forms that contain the specified string.
- Slug
- search
- Required
- false
- Can have default value
- true
Ingredients
- Slug
- form_id
- Filter code
- Typeform.listForms.FormId
- Type
- String
- Example
- 123
- Slug
- form_title
- Filter code
- Typeform.listForms.FormTitle
- Type
- String
- Example
- My awesome form!
- Slug
- form_url
- Filter code
- Typeform.listForms.FormUrl
- Type
- Web URL
- Example
- https://subdomain.typeform.com/to/abc123
- Slug
- form_is_public
- Filter code
- Typeform.listForms.FormIsPublic
- Type
- String
- Example
- "true"