Does GoFormz support webhooks?

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.

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.

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.

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.

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 ?

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?