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

Compare with Current View Page History

« Previous Version 5 Next »

Definition

App API can perform many app-level functions.

The options here is based on the current app context.

NameDescription
Add environment variable

Add a new environment variable to the current app.

Create new versionCreate a new app version of the current app.
Delete environment variable

Remove the specified environment variable in the current app.

Delete versionRemove the specified app version in context of the current app.
Deploy XPDLDeploy a XPDL file as a new/updated process design to the current app.
Download XPDLDownload the specified process definition as a XPDL file into the current machine.
Download addon builder definitionDownload the specified addon builder JSON definition.
Download datalist definitionDownload the specified datalist JSON definition.
Download form definitionDownload the specified form JSON definition.
Download userview definitionDownload the specified userview JSON definition.
Find environment variableGet values of all environment variable(s) in the current app by default. Able to filter or sort the returned results via parameters.
Get environment variable by IDGet values of an environment variable by its specified ID.
Increase environment variable counter valueIncrements the specified environment variable counter value by 1.
List created addon builder elementList ID of all created addon builder element(s) present in the current app.
List created datalistList ID of all created datalist(s) present in the current app.
List created formList ID of all created form(s) present in the current app.
List created userviewList ID of all created userview(s) present in the current app.
List versionsList ID of all created app version(s) of the current app.
Published versionGet the currently published app version of the current app.
Retrieve created addon builder element as optionsList label & value of all addon builder element(s) present in the current app.
Retrieve created datalist as optionsList label & value of all datalist(s) present in the current app.
Retrieve created form as optionsList label & value of all form(s) present in the current app.
Retrieve created userview as optionsList label & value of all userview(s) present in the current app.
Retrieve processes as optionsList label & value of all process(es) present in the current app.
Update environment variableUpdate the value of an environment variable in the current app.




  • No labels