App Instance Object


Properties
idstringRead-onlyformat GUID

App instance ID.


appDefIdstringformat GUID

ID of the app to install.


versionstring

Version of the app to install.

If you don't specify a version, the latest version of the app will be installed. Don't specify a version unless you want to install an older version of the app.


enabledboolean

Whether the app instance is enabled.


statusstring

App instance installation status.


appTokenstringRead-only

A signed access token of the Wix user and the app instance.


installedDatestringRead-onlyformat date-time

Date and time the app instance was installed.


updatedDatestringRead-onlyformat date-time

Date and time the app instance was last updated.

Did this help?