Gets a list of public shares created for the specified session.
Authorizations: Sessions - ACCESS
GET /apis/sessions/:sessionId/publicshare
Success
{ "data":{"permission":"WATCH"}}
{
"data":{"permission":"WATCH"}
}
Error
Code
Payload
Description
404
{"code": "040025", "name":"SharePermissionNotFound", "message":"Share permission not found", "httpStatusCode":404}
{"code": "040025", "name":"SharePermissionNotFound",
"message":"Share permission not found",
"httpStatusCode":404}
The specified access permission was not found.
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.