Get the root node
Gets the root node of the specified project.
GET /api/management/projects/{projectId}/nodes/root
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId | path | string | The project identifier, e.g. "movieDb". Found in the project overview screen of the management console |
Example request
GET: /api/management/projects/website/nodes/root
Response messages
HTTP status code | Reason | Response model |
---|---|---|
200 | Success | Node |
401 | Unauthorized | Error |
404 | NotFound | Error |
500 | InternalServerError | Error |