Skip to main content

Properties

NameTypeFormatDescription
idstringuuidThe node identifier as a 128 bit GUID
parentIdstringuuidThe identifier of the parent node as a 128 bit GUID
projectIdstringThe friendly name given to the project
displayNameobjectlocalized valueThe localised displayName of the node
slugobjectlocalized valueThe localised displayName of the node
entryIdstringuuidThe identifier of the referenced entry as a 128 bit GUID
restrictedToLanguagesstring[...]An array of all the languages supported by the node
childCountnumberThe count of child nodes
isCanonicalbooleanTrue if the node represents the canonical path for the associated entry; false otherwise
includeInMenubooleanTrue if the node should be included in menus; false otherwise. Defaults to true. Does not stop the node from being navigable
languagestringlanguageThe language that the node represents
pathstringURIThe path of the node
version.versionNostringThe version number of the node
EntryobjectentryThe entry associated with the node, if requested
childrenobject[...]nodeIf a depth is specified when requesting a node then the children field would include the descendant nodes to the specified depth
proxyobjectA proxy assigned to this node

Example

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "id": "baf2d873-6f65-4dbe-b3ad-b4d194c963b2", "parentId": "28107355-a43a-4b94-bc6c-28b6ac622258", "projectId": "movieDatabase", "displayName": { "en-GB": "Kelly's Heroes" }, "slug": { "en-GB": "kellys-heroes" }, "entryId": "88b9941c-59bb-4954-9a8e-8c8ac3a77f45", "restrictedToLanguages": ["en-GB", "fr-FR"], "childCount": 5, "isCanonical": true, "includeInMenu": true, "proxy": { "id": "4a398293-8250-4130-a789-44b36d1c7aac", "parseContent": false, "enablePartialMatching": false } }
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "id": "baf2d873-6f65-4dbe-b3ad-b4d194c963b2", "parentId": "28107355-a43a-4b94-bc6c-28b6ac622258", "projectId": "movieDatabase", "displayName": { "en-GB": "Kelly's Heroes" }, "slug": { "en-GB": "kellys-heroes" }, "entryId": "88b9941c-59bb-4954-9a8e-8c8ac3a77f45", "restrictedToLanguages": ["en-GB", "fr-FR"], "childCount": 5, "isCanonical": true, "includeInMenu": true, "proxy": { "id": "4a398293-8250-4130-a789-44b36d1c7aac", "parseContent": false, "enablePartialMatching": false } }
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "id": "3B9CCCD6-D0F9-4FA7-BE8F-62A3EDCCA2DD", "parentId": "EFD16C0D-DE03-4D29-B979-76E20F9F1642", "projectId": "movieDb", "slug": "last-action-hero", "displayName": "The Last Action Hero", "isCanonical": true, "language": "en-GB", "path": "/en-GB/movies/action/last-action-hero", "childCount": 10, "children": [], "entry": { "sys": { "id": "e6976206-a488-45e3-a438-244b871f48c0" } }, "version": { "versionNo": "1.0" }, "includeInMenu": true }

Still need help?

New support request