Nodes
List all preprints
A paginated list of preprints related to a given node. The returned preprints are sorted by their creation date, with the most recent preprints appearing first.
Note: This API endpoint is under active development, and is subject to change in the future.
Returns
Returns a JSON object containing data and links keys.
The data key contains an array of up to 10 preprints. Each resource in the array is a separate preprint object.
The links key contains a dictionary of links that can be used for pagination.
get/nodes/{node_id}/preprints/
Path parameters
node_idstring required
The unique identifier of the node.
Response
OK