GET /public/v1/forms

List forms.

Servers

Query parameters

Name Type Required Description
page Integer No

Optionally, specify which page of the dataset to return.

count Integer No

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

name String No

Specify the form name.

asc Boolean No

Optionally, specify sorting the result-set in ascending or descending order.

status[] Array No

Optionally, specify which status of the forms dataset to return.

order_by String No

Optionally, specify the form dataset order to return.

Possible 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.