Skip to main content

Get taxonomy nodes by key

Log in to add to favourites
GETGET: /api/delivery/projects/{projectId}/taxonomy/nodes/{key}

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
keypathstringThe taxonomy key0/1/2true
languagequerystringlanguageThe specified language for the node. If no value is provided then the menu order is removed for all languagesfalse
childDepthquerynumberintegerThe maximum depth to which child nodes should be returnedfalse
orderquerystringA comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order.-version.modifiedfalse

Responses

HTTP status codeReasonModel
200SuccessTaxonomy
404Project not foundError
404Taxonomy not foundError
500Internal server errorError

Examples

HTTP
1
GET: /api/delivery/projects/movieDb/taxonomy/nodes/0/1/2?language=en-GB&childDepth=2&order=defined

Still need help?

New support request