ANSWERED

More info on API

I need to pull data from a specific template in Goformz. an excel file is currently being generated and delivered via email. I want to use API to get data directly from that specific template on a daily basis.

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?

zapier

I'd like to update or create (if key doesn't exist) a database row into goformz, using zapier webhooks.

ANSWERED

API Users

Is there or will there be a possibility to filter the user list with for example only users from a certain group or active users?

ANSWERED

How to login to api

I am trying to execute the examples on the site but it asks for username and password can i log in with trial license

ANSWERED

API v2

Hi guys,
It's been a while since I last asked that and remember you were considering to add it to the API, so is there possibility to query the list of forms by the lastupdateddate field ? I mean by setting anything from a certain date only like all forms that had been updated since 10PM from 2 days ago.
Thanks

ANSWERED

Error 400 creating a form

function prueba(){
var headers = {
'Authorization': 'Basic ****'
};
var payload = {
'name': 'prueba1',
'templateId': '**',
'assignment': {
'id': '****',
'type': "User"
},
'fields': {}
}