Skip to main content

A Node represents a location within the navigational structure of a website. The linking of nodes as parent-child relationships forms the hierarchical structure of a website, with a node having a single parent and (optionally) multiple child nodes. A single entry can optionally be assigned to a node.

Properties

NameTypeDescription
idstringThe node identifier.
parentIdstringThe node's parent identifier.
projectIdstringThe project identifier, e.g. 'movieDb'. Found in the project overview screen of the management console.
slugstringThe slug of the node, unique within it's containing node, e.g. 'about-us'.
displayNamestringThe node slug display name.
languagestringThe node language.
pathstringThe path the node is navigable on.
childCountintegerThe count of child nodes.
childrennode[]If a depth is specified when requesting a node then the children field would include the descendant nodes to the specified depth.
entryentryThe entry associated with the node, if requested.
isCanonicalbooleanWhether this node is the canonical node for the entry.
version.versionNostringThe version number of the node.
includeInMenuboolean'true' if the node should be included in menus; Does not stop the node from being navigable.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request