Nodes
Retrieve a view only link
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 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.
get/nodes/{node_id}/view_only_links/{link_id}/
Path parameters
node_idstring required
The unique identifier of the node.
link_idstring required
The unique identifier of the view only link.
Response
OK