Can a Public Form be created via API?

A Public Form cannot be created using an API. If you want to create a Public Form, it must be done manually, or using a Workflow.

How can I get list of all pdf files using APIs

When a form is submitted, pdf is getting created in GoFormz. Now, I need to get list of all PDFs using APIs to be shown in the external system. Also, when I need to download any PDF file, I would need Id of the file (using GET request). Which API will help me get this list? Thanks for your help in advance.

Date field fails to accept date validity when trying to complete with Date Required set.

Form with date field option required is true. Date populated via fields through forms post to create new form for user. After completing the form I can not complete the form as it keeps stating Date field must be filled out. I have tried changing the date within the form to no avail..

Temporary file link expiration reset

Is there a reset period for the link expiration for file downloads? I cannot seem to find documentation on whether this will reset or only a single download attempt can be made. It seems that once the dynamic temporary link has been created, it will retain the dead link indefinitely.

Where is the Identifier field in API V2 ?

Hi Where in API v2 do I find the field Identifier ? We use this field from api v1 to drive some behave in our system. Thanks

.Net Deserialize Fields

Hi guys, I'm trying to migrate from API v1 to v2 and spending a fair bit of time trying to proper deserialize fields from the formz returned from the endpoint https://api.goformz.com/v2/formz/{0} That name property in front of each field is the issue, can you guys provide any help on this ? any example on how to rid of that name and properly convert the json fields into c# objects ? Another question what's the end point to download the PDF file from each form ? used to download from https://api.goformz.com/1.0/stream.svc/GetPDFStream?formInstanceId={0} Thank you and Regards

webhook and AWS lambda

I created a webhook on one of our templates. This webhook invokes a lambda function and this works. The problem is that the lambda function is invoked 10 times instead of 1. Does anyone have any idea of what the reason for this is?

zapier

I'd like to update or create (if key doesn't exist) a database row into goformz, using zapier webhooks. Please, if someone knows how do that, answer with an example.