v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Registrations

List all linked nodes

List of all nodes linked to the registration.

Returns

Returns a JSON object containing data and links keys.

The data key contains an array of up to 10 nodes. Each resource in the array is a separate node 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 nodes that match your filters by utilizing the filter query parameter, e.g. https://api.osf.io/v2/registrations/wucr8/linked_nodes/?filter[title]=reproducibility/?filter[title]=reproducibility.

Nodes may be filtered by their title, category, description, public, registration, or tags. title, description, and category are string fields and will be filteres using simple substring matching. public, registration are boolean and can be filtered using truthy values, such as true, false, 0, 1. tags is an array of simple strings.

get/registrations/{registration_id}/linked_nodes/

Path parameters

registration_idstring required

The unique identifier of the registration.

Response

OK