About the Folders API

Note for app developers: Wix Data APIs require the site's code editor to be enabled. If you are building a Wix app, add a data collections extension to automatically enable the code editor and create data collections when your app is installed on a site.

The Folders API enables you to manage folders of collections for a Wix CMS.

With the Folders API, you can:

Use cases

Terminology

  • Folder: Organizes collections into groups.
  • Root folder: The default folder created with every Wix CMS. All collections are automatically grouped into the root folder. The root folder's ID is null and is the only folder in a site that may contain other folders.
  • Collection: A group of data items stored together. See the Data Collections API.
  • Collection reference: Connects a collection to a folder.
Did this help?