Registrations
Retrieve a view only link
Retrieves the details of a view only link created from this registration.
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 registration, public or private, are readable and writeable only by users that are administrators on the registration.
get/registrations/{registration_id}/view_only_links/{link_id}/
Path parameters
registration_idstring required
The unique identifier of the registration.
link_idstring required
The unique identifier of the view only link.
Response
OK