Get Video Share Permissions
Gets information about the specified access permissions for a video. See Get Share Permissions for a Session.
Authorizations: Recordings - VIEW
Requests
GET /apis/assets/:assetId/shares/:shareId |
Response
Success
{ |
Error
Code | Payload | Description |
---|---|---|
403 | {"code":"030003", "name":"CannotShare", | User is not allowed to share to this permission ID. Ex.: User has the WATCH access permission, but is trying to share to the OWN level. |
404 | {"code":"040021", "name":"UserGroupNotFound", | A share for the specified user or group ID does not exist. |
404 | {"code":"040025", "name":"SharePermissionNotFound", | The share permission to share with was not found. |