HTTP - Management
Removed from your favourites
Get node's children
Created by Contensis product team, last updated 22 Jun 2020
Gets the children of a specific node.
GET/api/management/projects/{projectId}/nodes/{parentNodeId}/children
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 | |
parentNodeId | path | string | uuid | The parent node identifier for the children which have an order. | true |
Example
HTTP
GET: /api/management/projects/website/nodes/f3322e4f-72b5-4064-be88-fcfed6c82635/children
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | Node [...] |
401 | Unauthorized | Error |
404 | Project not found | Error |
404 | Parent node not found | Error |
500 | Internal server error | Error |