API forms: retrieve definitions and push submissions.
API - Form - GET form/list
Retrieve all form definitions of the license, including the number of fields and the number of submissions per form.
Documentation
Difficulty level:
API - Form - GET form/{id}
Retrieve the definition of a single form: the metadata, the parameters, the field order and the full field definitions (labels, types, validation parameters and...
Documentation
Difficulty level:
API - Form - POST form/submission/{id}
Saving is intentionally "loose": unknown fields are stored, the form definition is not strictly enforced. When the form has an email field, the format of the value...
Documentation
Difficulty level:






