Skip to main content
GET/api/delivery/projects/{projectId}/nodes/{nodeId}/siblings

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
nodeIdpathstringuuidThe node identifier as a 128 bit GUIDtrue
languagequerystringlanguageThe specified language for the node. If no value is provided then the menu order is removed for all languagesfalse
versionStatusquerystringThe status of the associated entry, either published or latest. The default is publishedfalse
entryFieldsquerystringA comma separated list of entry fields to include in the entry response. Specify * to include all entry fieldsfalse
entryLinkDepthquerynumberThe depth at which to resolve the full entry data for a linked entry or asset, with a maximum depth value of 10false
entryFieldLinkDepthsqueryobjectLink 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){"field1":2,"composer":1,"composer.component.field":2}false

Responses

HTTP status codeReasonModel
200SuccessNode
404Project not foundError
404Node not foundError
500Internal server errorError

Examples

HTTP
1
GET: /api/delivery/projects/movieDb/nodes/4058eaf7-de18-4857-ad2b-fdafe52d2f47/siblings?language=en-GB&versionStatus=latest

Remarks

Still need help?

New support request