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

Compare with Current View Page History

« Previous Version 4 Next »

Definition

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

The options here is based on the current app context.

NameDescription
FormSelect the form for interaction with API.
Short DescriptionAny description here.
Add form dataAdd a new record to the specified form.
Delete form dataDelete a record of the specified form, via record ID.
Get form data by record IDRetrieve all data of a record from the specified form, via record ID. Able to filter or sort the returned results via additional parameters.
Update form dataUpdate a record of the specified form.




  • No labels