Returns the access rights of a room with the ID specified in the request.
Name | Description | Type | Example |
id
sent in url
|
Room ID | number | 1234 |
filterType
sent in url
|
Share type filter | ASC.Files.Core.Security.ShareFilterType |
GET api/2.0/files/rooms/1234/share Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "filterType": null }
Security information of room files
{ "status": 0, "response": [ { "Access": "ReadWrite", "IsLocked": true, "IsOwner": true, "CanEditAccess": true } ] }