Nodes
Retrieve the relationships between a Node and its Subjects
Retrieve a list of relationship identifiers (resource linkage) representing the subjects associated with a specific node.
Permissions
- Public nodes will display public subjects.
- 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 subject linked to the node.
get/nodes/{node_id}/relationships/subjects/
Path parameters
node_idstring required
The unique identifier of the node.
Response
Successfully retrieved the subject relationships for the node.