Admin Get Page
Retrieve a page by UUID or slug.
P7 — ?resolve=false:
Returns the RAW (un-pruned) tree_published as a page-trees
JSON:API resource. ADMIN ONLY — callers must be team owners.
Useful for the editor to read the full published tree without pruning.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Response
Page metadata with draft_version OCC token (default). When ?resolve=false is supplied, returns a page_trees resource (PageTreeResponse) containing the raw tree_published instead.
- AdminPageResponse
- PageTreeResponse
Single-resource JSON:API response for admin page reads.
JSON:API resource object for admin page reads (includes draft_version).