ListNodesOptions
GET /nodes. Every option is optional: with none of them, the request is the whole tree of the
site the request Host maps to.
Extends
Section titled “Extends”Properties
Section titled “Properties”
optionalfrom?:string
The anchor: a node Guid or a published path (/blog/second). Defaults to the site root.
optionalhost?:string
The hostname a localeHost site serves, for a path-shaped from — see PathOptions.host.
include?
Section titled “include?”
optionalinclude?: readonlyNavigationInclude[]
Defaults to ['self', 'descendants'] server-side — a bare call is the whole site tree.
locale?
Section titled “locale?”
optionallocale?:string
Refused when from is a path under a site with a locale addressing strategy
(400 locale_not_addressable) — the path’s own prefix or host says the locale.
maxDepth?
Section titled “maxDepth?”
optionalmaxDepth?:number
Bounds descendants by absolute depth from the site root — the same scale NavigationNode.depth reports.
signal?
Section titled “signal?”
optionalsignal?:AbortSignal
Inherited from
Section titled “Inherited from”
optionalsite?:string
Site root node id, from listSites. Omitted, the server infers it from the request Host.