Releases: jotform/jotform-api-ruby
Releases · jotform/jotform-api-ruby
JotForm API - Ruby Client v1.0
New methods added to library
- getUser
- getUsage
- getForms
- getSubmissions
- getSubusers
- getFolders
- getReports
- getSettings
- getHistory
- getForm(formID)
- getFormQuestions(formID)
- getFormQuestion(formID, qid)
- getFormProperties(formID)
- getFormProperty(formID, propertyKey)
- getFormSubmissions(formID)
- getFormFiles(formID)
- getFormWebhooks(formID)
- getSubmission(sid)
- getReport(reportID)
- getFolder(folderID)
- createFormWebhook(formID, webhookURL)
- createFormSubmissions(formID, submission)