HTTP - Delivery
Get taxonomy nodes by path
Created by Contensis product team on 15 Jun 2020
GETGET: /api/delivery/projects/{projectId}/taxonomy/nodes?path={path}
Parameters
Name | Parameter type | Type | Format | Description | Example | Required |
---|---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true | |
path | query | string | The taxonomy path | true | ||
language | query | string | language | The specified language for the node. If no value is provided then the project primary language is used | false | |
childDepth | query | number | integer | The maximum depth to which child nodes should be returned | false | |
order | query | string | A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order. | -version.modified | false |
Example
GET: /api/delivery/projects/movieDb/taxonomy/nodes?path=root/movies/genres/thriller&language=en-GB&childDepth=2&order=defined