Get parent node
Log in to add to favouritesPage last updated 11 January 2024
GET/api/delivery/projects/{projectId}/nodes/{nodeId}/parent/
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
| nodeId(required) | path | string | uuid | The node identifier as a 128 bit GUID |
| language | query | string | language | The specified language for the node. If no value is provided then the menu order is removed for all languages |
| depth | query | number | - | The depth of descendants to include for the node. The default is 0. This parameter only has an effect if canonicalOnly has a value of true |
| versionStatus | query | string | - | The status of the associated entry, either published or latest. The default is published |
| entryFields | query | string | - | A comma separated list of entry fields to include in the entry response. Specify * to include all entry fields |
| entryLinkDepth | query | number | - | The depth at which to resolve the full entry data for a linked entry or asset, with a maximum depth value of 10 |
| entryFieldLinkDepths | query | object | - | Link depths for specific field paths to resolve the full entry data for a linked entry or asset, with a maximum depth value of 10 (version 16+ only) |
Responses
Examples
GET: /api/delivery/projects/movieDb/nodes/bfeb8843-b7b5-4f60-bbb7-0d186fdfe22/parent/?language=de&depth=1&versionStatus=latest