v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Form

Retrieves the collection of Form resources.

Retrieves the collection of Form resources.

get/forms

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Form collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for the form

namestring

The name of the form

notifiedRecipientsstring[] nullable

A comma-separated list of user IDs that should receive submission notifications.

createdstring

When the form was created.

updatedstring nullable

When the form was last modified

Example response

[
  {
    "integration": "quickbooks"
  }
]