GET /public/v1/forms

Retrieve a paginated list of forms with optional filtering and sorting options.

Servers

Query parameters

Name Type Required Description
page Integer No

Specify which page of the dataset to return.

count Integer No

Specify how many forms to return. Default is 50 forms, maximum is 100 forms.

name String No

Specify the form name.

asc Boolean No

Specify sorting the result-set in ascending or descending order.

status[] Array No

Specify which status of the forms dataset to return.

order_by String No

Specify the form dataset order to return.

Valid values:

  • "responses"
  • "name"
  • "created_date"
  • "status"
  • "modified_date"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.