You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Definition

Form API can interact with form data of the specified form.

The options here is based on the current app context.


NameDescription
1FormSelect the form for interaction with API.
2Short DescriptionAny description here.
3Add form data
Add a new record to the specified form.
4Delete form data
Delete a record of the specified form, via record ID.
5Get form data by record ID

Retrieve all data of a record from the specified form, via record ID.

Able to filter or sort the returned results via additional parameters.

6Update form data
Update a record of the specified form.




  • No labels