JotformAPI class

Constructors

JotformAPI.new({String baseUrl = "https://api.jotform.com", required String apiKey})

Properties

apiKey String
final
baseUrl String
final
hashCode int
The hash code for this object.
no setterinherited
limitLeft int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getForm(String formId) Future<JotformForm>
getForms({int offset = 0, int limit = 20, String? filter, JotformOrderBy? orderBy}) Stream<JotformForm>
getQuestions(String form) Stream<JotformQuestion>
getSubmission(String submissionId) Future<JotformSubmission>
getSubmissions(String id, {int offset = 0, int limit = 20, String? filter, JotformOrderBy? orderBy}) Stream<JotformSubmission>
getUrl(String path, {Map<String, String> params = const {}}) Uri
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited