GET api/2.0/files/rooms/{id}/link This function requires authentication

Description

Returns the primary external link of a room with the ID specified in the request.

Parameters
Name Description Type Example
id
sent in url
Room ID number 1234
Example
GET api/2.0/files/rooms/1234/link
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Room security information

Example Response
{
  "status": 0,
  "response": {
    "Access": "ReadWrite",
    "IsLocked": true,
    "IsOwner": true,
    "CanEditAccess": true
  }
}