v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Nodes

List all registrations

List of all registrations of the given node.

Returns

Returns a JSON object containing data and links keys.

The data key contains an array of up to 10 registrations. Each resource in the array is a separate registrations object.

The links key contains a dictionary of links that can be used for pagination.

Filtering

You can optionally request that the response only include registrations that match your filters by utilizing the filter query parameter, e.g. https://api.osf.io/v2/registrations/?filter[title]=open.

Registrations may be filtered by their id, title, category, description, public, tags, date_created, date_modified, root, parent, and contributors.

get/nodes/{node_id}/registrations/

Path parameters

node_idstring required

The unique identifier of the node.

Response

OK