Build direct links into the CMS (Content Manager) pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see Dashboard Navigation.
All CMS (app ID e593b0bd-b783-45b8-97c2-873d42aacaf4) pages live under:
| Page | URL after /dashboard/{metaSiteId}/ | What it manages |
|---|---|---|
| Collections list | wix-cms | All CMS collections on the site |
| Collection items | wix-cms/data/{collectionId} | A specific collection's items table |
Older links (database, developer-tools/database) redirect to wix-cms. {collectionId} is the collection's ID (e.g. Stores/Products for app collections, or the ID you set when creating the collection).
Fetch the entity via REST, then link the matching dashboard page. All calls use https://www.wixapis.com with an Authorization header.
| Entity | Read API | Dashboard link |
|---|---|---|
| Collection (schema) | GET /wix-data/v2/collections/{collectionId} · GET /wix-data/v2/collections (list) | wix-cms/data/{collectionId} |
| Data item | POST /wix-data/v2/items/query (body includes dataCollectionId) · GET /wix-data/v2/items/{itemId}?dataCollectionId=... | wix-cms/data/{collectionId} (the collection's items table) |
Example — after creating a collection and inserting items:
Last updated: 30 July 2026