App Installation Object


An app installation represents a single installation of one of your apps on a Wix site. It includes details about the site, the app instance, the installed app version, the purchased plan, the installation status, and any review the site owner left for the app.

Properties
appIdstringRead-onlyformat GUID

ID of the installed app.


appVersionstringmaxLength 6

Major version of the installed app.


createdDatestringRead-onlyformat date-time

Date and time the app installation was created.


firstInstallationDatestringformat date-time

Date and time the app was first installed on the site. Preserved across uninstalls and reinstalls.


idstringRead-onlyformat GUID

App installation ID.


instanceIdstringRead-onlyformat GUID

Unique identifier of the app instance on the site. Stable across uninstalls and reinstalls of the same app on the same site.


planInfoPlanInfo

Information about the plan the site owner purchased for the app.


reviewReviewInfo

Information about the review the site owner left for the app, if any.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the app installation is updated.


siteInfoSiteInfo

Information about the site the app is installed on.


statusstring

updatedDatestringRead-onlyformat date-time

Date and time the app installation was last updated.

Did this help?