Instantiation
Get a form
Retrieve a form’s metadata, field schema, and rendered HTML/CSS:Form getters:
Submit a form
submitForm returns void on success (HTTP 201) and throws on failure.
Submitting with file attachments
The maximum total request size is 250 MB.Error handling
getForm and submitForm throw Exception on HTTP 400 (bad request) and 404 (form not found).