Nodes
List Subjects for a Node
Retrieve the list of taxonomy subjects assigned to a specific node. Subjects represent thematic classifications for the content of a node. A node can have multiple subjects, typically applied in the context of preprints or projects associated with specific disciplines.
Permissions
- Public nodes expose subjects publicly.
- Private nodes require read permissions to access subjects.
Returns
- A JSON object with a data array containing subject resources assigned to the node.
get/nodes/{node_id}/subjects/
Path parameters
node_idstring required
The unique identifier of the node.
Query parameters
pageinteger
Page number of results to retrieve.
filterstring
Filter subjects by specific fields.
Example: filter[text]=biology
embedstring
Comma-separated list of related resources to embed in the response.
Response
Successful retrieval of subjects for the specified node.