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: <https://app.goformz.com/forms/`[formId]`> <https://app.goformz.com/forms/[formId]>. The person selecting this would need to login to goformz account to view.

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. If you want to automatically modify Form tags, you can first create a call to [update an existing Form](https://developers.goformz.com/reference/update-an-existing-form). You’ll then set that call to trigger a [Template Event](https://help.goformz.com/en/articles/3525301-template-events) that [updates your Form tag](https://help.goformz.com/en/articles/2511633-auto-tagging-forms).

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](https://help.goformz.com/en/articles/5897007-workflow-triggers-overview#h_91ea4ee1be), 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](https://help.goformz.com/en/articles/2508629-automating-form-transfer-to-another-user).

Can I create a Form from a Template using the API?

Yes, you can [create a Form from a Template using the API](https://developers.goformz.com/reference/create-a-form).

Can I export a PDF version of my Forms?

Yes, you can [export a PDF version of your Forms using the GoFormz API](https://developers.goformz.com/reference/export-a-form-to-pdf).

Can I make changes to Templates or Workflows via the API?

No - changes cannot be made to GoFormz account Templates or Workflows via the API.