Registrations
List Node Links for a Registration
Retrieve a list of node links (linked nodes) associated with a specific registration. Node links are references from the registration to other nodes (projects or components). They allow users to create a relationship between a registration and other nodes within OSF.
Permissions
- Public registrations expose their node links publicly.
- Private registrations require read access to view node links.
Returns
- A JSON object containing a data array with node link resources.
get/registrations/{registration_id}/node_links/
Path parameters
registration_idstring required
The unique identifier of the registration.
Response
Successful retrieval of node links for the specified registration.