Nodes
Retrieve relationships between a Node and its linked Nodes
Retrieve a list of resource identifier objects that represent the nodes linked to the given node.
Permissions
- Public nodes will display their public linked nodes.
- Private nodes require read permissions.
Returns - A JSON object with a data key containing an array of resource identifier objects (type and id) for each linked node.
get/nodes/{node_id}/relationships/linked_nodes/
Path parameters
node_idstring required
The unique identifier of the node.
Response
Successfully retrieved linked nodes for the node.