Get a node by path
Log in to add to favouritesGET/api/delivery/projects/{projectId}/nodes/{nodePath}
Parameters
Name | Parameter type | Type | Description |
---|---|---|---|
projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
nodePath(required) | path | string | The path to the node. |
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) |
allowPartialMatch | query | boolean | When set to true, returns the nearest ancestor up to, but not including, root on the path if the node at the specified path does not exist |
Responses
Examples
GET: /api/delivery/projects/movieDb/nodes/en-GB/movies/action/fight-club?depth=2&versionStatus=latest