Get Tree
Instructions
Get Tree
Read a manual’s nested page outline with revisions and checksums.
GET
Get Tree
Returns the manual’s full nested page outline — ids, titles, audiences, sort order, depth, and each page’s current
revisionNumber and checksum (the concurrency guards for changesets). Bounded and content-free: fetch page bodies individually with Get Page.
Requirements: instructions:read.
Request
string
required
The manual id.
string
Return draft pages whose audience exactly equals
ADMIN, CONTRIBUTOR, REVIEWER, or WORKER. This working-tree filter is exact-match; the monotonic audience ladder applies to published manifests.boolean
Include archived pages (default
false).Response
object
The manual summary.
object[]
Recursive tree nodes:
{id, manualId, parentPageId, title, audience, sortOrder, depth, archived, revisionNumber, checksum, children}.