GoFormz Api

{"id":"55357364e02d480d0003c6d3","name":"GoFormz Api","subdomain":"goformz","versions":[{"version":"2","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"_id":"553591cd63cc650d00312925","releaseDate":"2015-04-20T23:54:53.134Z"},{"version":"3","version_clean":"3.0.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"_id":"5632491b9c25801700dac427","releaseDate":"2015-10-29T16:28:11.665Z"}],"current_version":{"version_clean":"2.0.0","version":"2"},"oauth":{"enabled":false},"api":{"name":"","url":"https://api.goformz.com/v:version","contenttype":"json","auth":"basic","explorer":false,"proxyEnabled":true,"jwt":false,"headers":[],"object_definitions":[],"authextra":[]},"apiAlt":[{"name":"SCIM","url":"https://api.goformz.com/scim/v:version","contenttype":"json","auth":"basic","explorer":false,"proxyEnabled":true,"jwt":false,"_id":"59a5fbbaea354a00393a44df","object_definitions":[],"headers":[],"authextra":[]}],"plan_details":{"name":"Developer Hub","is_active":true,"cost":59,"versions":10000,"custom_domain":true,"custom_pages":true,"whitelabel":false,"errors":false,"password":true,"landing_page":true,"stylesheet":true,"javascript":false,"html":true,"extra_html":false,"admins":true},"intercom":"","intercom_secure_emailonly":false,"flags":{"allow_hub2":false,"hub2":false,"migrationRun":false,"oauth":false,"swagger":false,"correctnewlines":false,"speedyRender":false,"allowXFrame":false,"jwt":false,"hideGoogleAnalytics":false,"stripe":false,"disableDiscuss":false,"ssl":false,"autoSslGeneration":true,"newApiExplorer":false,"newSearch":true,"useReactApp":false,"allowApiExplorerJsonEditor":false,"alwaysShowDocPublishStatus":false,"dashReact":false,"directGoogleToStableVersion":false,"disableAnonForum":false,"enterprise":false,"graphql":false,"internalSamlFlow":false,"metricsV2":true,"migrationSwaggerRun":false,"newEditor":false,"newMarkdownBetaProgram":true,"oldMarkdown":false,"rdmdCompatibilityMode":false,"singleProjectEnterprise":false,"staging":false,"translation":false},"asset_base_url":""}
  • Home
  • Documentation
  • Questions
  • v2
    • v{{v.version}}latestbetaprivatedeprecated
    • View all versions
  • {{ u.user.name }}
    • Admin Panel
    • Log Out
  • Log In
PopularNewestOpen

General


Error 400 creating a form

function prueba(){ var headers = { 'Authorization': 'Basic ********************************' }; var payload = { 'name': 'prueba1', 'templateId': '**********************************', 'assignment': { 'id': '************************************', 'type': "User" }, 'fields': {} } var params = { 'contentType': 'application/json; charset=utf-8', "headers": headers, "method": 'post', "payload": payload } var url = 'https://api.goformz.com:443/v2/formz'; var response = UrlFetchApp.fetch(url, params); var responseCode = response.getResponseCode(); } *************** ERROR 400 ******************** "code": 400, "status": "Bad Request", "message": "Invalid Model", "errors": null, "requestUrl": "https://api.goformz.com/v2/formz"... If I use the following model in "Version 2 of the GoFormz Rest API" web page, it works fine, but it doesn't work in google apps scripts. { 'name': 'prueba1', 'templateId': '**********************************', 'assignment': { 'id': '************************************', 'type': "User" }, 'fields': {} }

Solved!
Posted in  General  by  Francisco Espada
Mon Mar 21 2016 22:32:17 GMT+0000 (Coordinated Universal Time)
3,110 views
7 comments
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

Solved!
Posted in  General  by  Gui Gimenez
Mon May 09 2016 03:49:51 GMT+0000 (Coordinated Universal Time)
2,720 views
7 comments
JSON BODY

I want to create a new row in a database. I've tried it in your web and it works, but I don't now where I must put de "dataSourceRow" var into "params" var. Example: ----------------------------------------------------------------------------------------------------------------------- var url = 'https://api.goformz.com:443/v2/datasources/*******************/rows'; var headers = { 'Authorization': 'Basic ***************************' } var dataSourceRow = { 'keyColumn': "DATA1", 'value': "[\"DATA2\",\"DATA3"\]" } var params = { "headers": headers, "dataSourceRow": dataSourceRow } var response = UrlFetchApp.fetch(url, params); ------------------------------------------------------------------------------------------------------------------------- With this code the response is 200, but the row isn't created. Where I must insert de "dataSourceRow" var? Thanks.

Solved!
Posted in  General  by  Francisco Espada
Tue Mar 08 2016 21:20:31 GMT+0000 (Coordinated Universal Time)
2,565 views
3 comments
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

Solved!
Posted in  General  by  Divan Du Piesanie
Fri Oct 07 2016 06:43:59 GMT+0000 (Coordinated Universal Time)
2,410 views
1 comments
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?

Solved!
Posted in  General  by  Michael Witlox
Mon Jan 30 2017 06:56:45 GMT+0000 (Coordinated Universal Time)
2,160 views
2 comments
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?

Posted in  General  by  Olivier Rodenberg
Tue Feb 28 2017 08:55:48 GMT+0000 (Coordinated Universal Time)
2,070 views
1 comments
.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

Posted in  General  by  Gui Gimenez
Wed Jul 12 2017 13:08:51 GMT+0000 (Coordinated Universal Time)
1,986 views
3 comments
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.

Posted in  General  by  Francisco Espada
Sat Feb 04 2017 23:29:55 GMT+0000 (Coordinated Universal Time)
1,972 views
0 comments
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

Posted in  General  by  Gui Gimenez
Tue Jul 25 2017 13:35:55 GMT+0000 (Coordinated Universal Time)
1,790 views
4 comments
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.

Solved!
Posted in  General  by  Paul Olimpo
Fri Mar 16 2018 14:43:30 GMT+0000 (Coordinated Universal Time)
1,764 views
3 comments
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..

Posted in  General  by  Gary Robottom
Wed Dec 12 2018 07:35:33 GMT+0000 (Coordinated Universal Time)
1,530 views
2 comments
api use for free trial

can I access the api if i have a trail account

Solved!
Posted in  General  by  MIke OShea
Tue May 22 2018 16:15:13 GMT+0000 (Coordinated Universal Time)
1,523 views
1 comments
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.

Posted in  General  by  Jeremy Smith
Wed Jan 31 2018 23:07:31 GMT+0000 (Coordinated Universal Time)
1,502 views
2 comments
PDF Export / Download Authentication

Trying to download a PDF: https://servicereachstore.blob.core.windows.net/5e87b1b2-d276-4b7f-92fc-470d3ff9389d/filestorage/602c97a1-7776-4b18-a01e-a909012cb966 And receiving this error: <?xml version="1.0" encoding="utf-8"?><Error><Code>InvalidAuthenticationInfo</Code><Message>Authentication information is not given in the correct format. Check the value of Authorization header. RequestId:3dd249bf-901e-007e-47e4-0b0997000000 Time:2018-06-24T17:57:38.1765566Z</Message></Error> The authentication is the same as the other 5 requests to get this far. What is the solution?????

Solved!
Posted in  General  by  J R Markel
Sun Jun 24 2018 18:49:54 GMT+0000 (Coordinated Universal Time)
1,490 views
4 comments
Shall i use my SOAP Service in GoFormz?

I have created some web services using my domain. Now I need to create the form using that . I need to insert the data in my Microsoft SQL table and retrieve the data and edit that in GO Form.

Solved!
Posted in  General  by  Mariappan
Tue May 29 2018 16:06:36 GMT+0000 (Coordinated Universal Time)
1,450 views
1 comments
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.

Posted in  General  by  Learner
Thu Jun 10 2021 04:16:48 GMT+0000 (Coordinated Universal Time)
441 views
0 comments
Python Packeg

Is there a Python packge to build APi under python? Thank you?

Posted in  General  by  Abdel ATIA
Thu Jun 03 2021 20:21:52 GMT+0000 (Coordinated Universal Time)
390 views
1 comments
what is json?

Json is a type of data used for writing in java script, and it can be accessed and processed by humans and computers

Posted in  General  by  steve jeremy
Wed Oct 20 2021 11:25:51 GMT+0000 (Coordinated Universal Time)
280 views
1 comments
I am having issue getting Access Tokens

How to get Access tokens?

Posted in  General  by  Benjie Malinao
Wed Nov 10 2021 12:15:12 GMT+0000 (Coordinated Universal Time)
254 views
0 comments
Ask a Question

Categories

  • All Categories
  • General
readme.io