ID of a node that are the root of the subtree you request (default is the root node).
Partition specifier of the form "n/m". It will return the n'th (1-indexed) part of the result divided into m parts
Filter for node properties. Only nodes that match all the given properties exactly will be listed. The filter must be a JSON object with the same format as the properties field.
Enables sorting on node ID as opposed to tree index. This may result in faster response times for certain requests.
Get sub nodes up to this many levels below the specified node. Depth 0 is the root node.