Optional requestFactory: FormsApiRequestFactoryOptional responseProcessor: FormsApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationCreates a new form and immediately publishes its initial version. This also creates a new datastore for form responses and links it to the form.
The request object
Optional options: ConfigurationCreate a new form. The form is created in draft mode and must be published before it can be used. This also creates a new datastore for form responses and links it to the form.
The request object
Optional options: ConfigurationDelete a form by its ID. This will also try to delete the associated datastore.
The request object
Optional options: ConfigurationGet a form definition by its ID.
The request object
Optional options: ConfigurationGet all forms for the authenticated user's organization.
Optional options: ConfigurationPublish a specific version of a form, making it available for submissions.
The request object
Optional options: ConfigurationUpdate a form's properties such as its name, description, or datastore configuration.
The request object
Optional options: ConfigurationUpsert the latest form version and publish it in a single atomic transaction.
The request object
Optional options: ConfigurationCreate or update the latest draft version of a form. The upsert_params field controls
optimistic concurrency behavior.
The request object
Optional options: ConfigurationGenerated using TypeDoc
Clone an existing form. The clone is created in draft mode using the source form's latest version.