Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

Admin Console read-only data pages

Access read-only CMS data pages in the Admin Console to inspect nodes, pages, page versions, and URLs without database access for troubleshooting.

The Admin Console includes read-only data pages for inspecting Spire CMS data without database access. Use these pages to troubleshoot content issues, verify page configurations, or inspect URL routing.

Available data pages

PageURL pathGrid columnsDescription
Nodes/admin/data/nodestype, websiteId, parentIdDisplays CMS nodes with their types and parent-child relationships.
Pages/admin/data/pagesid, isDefaultVariant, nodeId, variantNameLists CMS pages with their node assignments and variant information.
Page Versions/admin/data/pageVersionspageId, publishOn, valueShows version history for CMS pages.
Page URLs/admin/data/pageUrlsnodeId, url, title, websiteId, languageIdLists URL mappings for CMS pages.

Access a data page

Navigate directly to the URL path in your browser. For example:

https://your-site.com/admin/data/nodes

Sign in to the Admin Console if prompted. These pages require Admin Console authentication.

Notes

  • All four data pages are read-only. Data cannot be modified from these views.
  • Click View on a row to open the detail view with additional fields.
  • The Pages data page existed previously as an editable form. It is now read-only. The other three pages (Nodes, Page Versions, Page URLs) are new.
  • Use these pages for troubleshooting and verification. For content changes, use the Spire CMS editor.

Update checklist

#UpdateTypePR validatedNotes
1Promotions -- rule type + result typeEnd userPR #14088, #14267Display name corrected to "Order Bill To Customer List". Max Discount Amount tooltip incorporated.
2Admin Console roles -- Can ImpersonateEnd userPR #14062Confirmed as drafted.
3SSO -- Azure AD B2C on .NET CoreEnd userPR #14231Confirmed. emails claim added to fallback chain.
4Cross-sells -- sort orderEnd userPR #14159Added Reorder modal and inline editing detail.
5ODP -- job definition importEnd userPR #14110Corrected: button is "Save" not "Import"; prompt appears on save not toggle; shows every time (no existing-jobs check); 8 job definitions listed.
6Budget management -- dropdown behaviorEnd userPR #14256Added "None" enforcement level row.
7VMI order history -- variant selectorEnd userPR #14207Confirmed as drafted.
8Admin Console products -- category filterEnd userPR #14103Reworded to "category assignment" instead of overstating dynamic category support.
9Payment Service -- Spreedly removalEnd userPR #14202Corrected: Spreedly is gated with a provisioning message, not fully removed from the selector.
10ETag caching -- shared max-ageEnd userPR #13914Setting name corrected to "Etag Cache Server Duration". Removed unconfirmed SSR-disabled claim.
11Audit log -- Payment + Search ServiceEnd userPR #14171, #14150Corrected: ISC-28051 logs ALL service page visits, not just Search. ISC-28052 logs Payment Service iframe interactions.
12IGatewayPropertyResolverDeveloperPR #14061Major corrections: method is Resolve<T>, context is GatewayPropertyContext, auto-registered via IDependency.
13Admin Console read-only data pagesDeveloperPR #14160URL paths corrected to /admin/data/.... Pages form was existing (changed to read-only); other three are new.