Questions
Can I create a Template via the API?
No, you cannot create a Template via the API.
Can I reassign a Form or change it’s owner via the API?
No, you cannot reassign or change the owner of a Form via the API. Use Template Events to automate Form transfers.
Is there a way to get a list of templates or formz by folder?
Is there a way to filter my get requests for a list of templates or formz by their corresponding folder?
Can a Workflow be triggered via the API?
If your API references an available Workflow trigger, then yes, your Workflow can be triggered via the API. Available Workflow triggers include Form Completed, Form Deleted, and Form Created.
Can I export a PDF version of my Forms?
Yes, you can export a PDF version of your Forms using the GoFormz API.
Can I create a Form from a Template using the API?
Yes, you can create a Form from a Template using the API.
Why does my DataSource have no columns?
If your DataSource doesn’t have any columns, then there was an error in the DataSource upload process.
Can I complete a Form via the API to create a Public Form?
Yes. To accomplish this, you’ll need to set up a Workflow in addition to your API.
What’s the difference between full and limited API access?
If you have Full API access, you’ll have complete Read and Write access to the API. If you have Limited API access, you’ll only have Read access.
How are the Form ID and Template ID included in the Webhook call?
In your Webhook call’s body, you’ll find a JSON object called Item
. In the Item
object your Form ID is referred to as ID
, and your your Template ID is referred to as EntityID
.