GET /nodes/{node_id}/view_only_links/{link_id}/

osf.io

Summary: Retrieve a view only link
Operation ID: nodes_view_only_links_read
Auth: unknown
Description

Retrieves the details of a view only link on a node. #### Returns Returns a JSON object with a `data` key containing the representation of the requested view only link, if the request is successful. If the request is unsuccessful, an `errors` key containing information about the failure will be returned. Refer to the [list of error codes](#tag/Errors-and-Error-Codes) to understand why this request may have failed. #### Permissions View only links on a node, public or private, are readable and writeable only by users that are administrators on the node.

Parameters (2)

link_id (string, path, required)

The unique identifier of the view only link.

node_id (string, path, required)

The unique identifier of the node.

No probe data for this endpoint yet.