Questions
Can I bulk create users via the API?
Yes, you can bulk create users via the API using the System for Cross-Identity Management (SCIM) API.
Can I create more than 1 Client ID?
No, each account is only allotted 1 Client ID.
Is there a way I can filter the Forms based upon Template folder?
No, Forms cannot be filtered by their Template folder.
Is there a way for me to exclude the expiration time on the pdfURL so it doesn’t expire?
No, because the pdfURL expires after one hour it cannot be excluded. If you’d like to reference the PDF after this expiration time, then you’ll need to instead reference the GoFormz URL with the Form ID. You’ll format this as:
Can OAuth credentials be moved from one account to another?
No, OAuth credentials cannot be moved from one account to another as these credentials are unique to each account.
Can Form tags be modified via the API?
No, Form tags cannot be modified via the API.
Can I create a Template via the API?
No, you cannot create a Template via the API.
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 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.
Can I create a Form from a Template using the API?
Yes, you can create a Form from a Template using the API.