Project Object


A project represents a Wix-powered site or app with its associated configuration and installed apps. Projects can be one of several types: standard Wix sites, headless backends, native mobile apps, or Wix Vibe sites. Each project includes a metasite ID that serves as the primary identifier for accessing the project through the Wix dashboard.

Properties
metaSiteIdstringRead-onlyformat GUID

The project ID for accessing the dashboard of the project.


siteIdstringRead-onlyformat GUID

The ID of the visual representation of the project.


templateIdstringRead-onlyformat GUID

The template ID specified when creating this project. Defaults to a blank template if no template was specified.


appsArray <App>Read-onlymaxItems 100

Apps installed on this project.

Did this help?