Jotform

Latest version: v1.2

Safety actively analyzes 621825 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.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)

0.1.3

0.1.1

0.1.0a

Additional queries added to `getForms` method such as `limit`, `offset`, `filter`

Simple Usage


jotform.getForms({
limit: 100,
offset: 0,
filter: {new: 1},
orderby: 'id',
direction: 'ASC'
}).then(function(response){
console.log(response);
}).fail(function(errors){
console.log(errors);
});


check [docs](http://api.jotform.com/docs/) for more info.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.