The HierarchyTreeNodeDto object
Example
{
"id": "string",
"name": "string",
"slug": "string",
"node_type": "string",
"parent_node_id": "string",
"status": "string",
"access_state": "accessible",
"can_access": false,
"can_manage": false,
"children": [
{
"id": "string",
"name": "string",
"slug": "string",
"node_type": "string",
"parent_node_id": "string",
"status": "string",
"access_state": "accessible",
"can_access": false,
"can_manage": false,
"children": [
{
"id": "string",
"name": "string",
"slug": "string",
"node_type": "string",
"parent_node_id": "string",
"status": "string",
"access_state": "accessible",
"can_access": false,
"can_manage": false,
"children": [
{
"id": "string",
"name": "string",
"slug": "string",
"node_type": "string",
"parent_node_id": "string",
"status": "string",
"access_state": "accessible",
"can_access": false,
"can_manage": false,
"children": [
{
"id": null,
"name": null,
"slug": null,
"node_type": null,
"parent_node_id": null,
"status": null,
"access_state": null,
"can_access": null,
"can_manage": null,
"children": null,
"version": null
}
],
"version": 0
}
],
"version": 0
}
],
"version": 0
}
],
"version": 0
}Properties
id *stringname *stringslug *stringnode_type *stringOrg-defined node type
parent_node_id *stringstatus *stringaccess_state *enum: "accessible" | "context_only"can_access *booleancan_manage *booleanchildren *HierarchyTreeNodeDto[]version *numberOptimistic-lock version. Send back as the `If-Match` header when mutating this node to detect concurrent edits.