Nodes
Retrieve Node Settings
Retrieve the settings for a specific node. This includes details such as whether wiki functionality is enabled, if comments are enabled, and other configurable settings.
Permissions
- Public nodes expose a subset of settings.
- Private nodes require read permissions to view full settings.
Returns
- A JSON object with a data key containing the node's settings.
get/nodes/{node_id}/settings/
Path parameters
node_idstring required
The unique identifier of the node.
Response
Successfully retrieved node settings.