Accept an invitation
|
POST api/2.0/files/rooms/accept
|
Accepts an invitation to a room via an external link.
|
Add room tags
|
PUT api/2.0/files/rooms/{id}/tags
|
Adds the tags to a room with the ID specified in the request.
|
Archive a room
|
PUT api/2.0/files/rooms/{id}/archive
|
Moves a room with the ID specified in the request to the "Archive" section.
|
Create a room
|
POST api/2.0/files/rooms
|
Creates a room in the "Rooms" section.
|
Create a room logo
|
POST api/2.0/files/rooms/{id}/logo
|
Creates a logo for a room with the ID specified in the request.
|
Create a tag
|
POST api/2.0/files/tags
|
Creates a custom tag with the parameters specified in the request.
|
Create a third-party room
|
POST api/2.0/files/rooms/thirdparty/{id}
|
Creates a room in the "Rooms" section stored in a third-party storage.
|
Delete tags
|
DELETE api/2.0/files/tags
|
Deletes a bunch of custom tags specified in the request.
|
Get primary external link
|
GET api/2.0/files/rooms/{id}/link
|
Returns the primary external link of a room with the ID specified in the request.
|
Get room access rights
|
GET api/2.0/files/rooms/{id}/share
|
Returns the access rights of a room with the ID specified in the request.
|
Get room information
|
GET api/2.0/files/rooms/{id}
|
Returns the room information.
|
Get room links
|
GET api/2.0/files/rooms/{id}/links
|
Returns the links of a room with the ID specified in the request.
|
Get rooms
|
GET api/2.0/files/rooms
|
Returns the contents of the "Rooms" section by the parameters specified in the request.
|
Get tags
|
GET api/2.0/files/tags
|
Returns a list of custom tags.
|
Pin a room
|
PUT api/2.0/files/rooms/{id}/pin
|
Pins a room with the ID specified in the request to the top of the list.
|
Remove a room
|
DELETE api/2.0/files/rooms/{id}
|
Removes a room with the ID specified in the request.
|
Remove a room logo
|
DELETE api/2.0/files/rooms/{id}/logo
|
Removes a logo from a room with the ID specified in the request.
|
Remove room tags
|
DELETE api/2.0/files/rooms/{id}/tags
|
Removes the tags from a room with the ID specified in the request.
|
Rename a room
|
PUT api/2.0/files/rooms/{id}
|
Renames a room with the ID specified in the request.
|
Resend room invitations
|
POST api/2.0/files/rooms/{id}/resend
|
Resends the email invitations to a room with the ID specified in the request to the selected users.
|
Set an external or invitation link
|
PUT api/2.0/files/rooms/{id}/links
|
Sets an external or invitation link with the ID specified in the request.
|
Set room access rights
|
PUT api/2.0/files/rooms/{id}/share
|
Sets the access rights to a room with the ID specified in the request.
|
Unarchive a room
|
PUT api/2.0/files/rooms/{id}/unarchive
|
Moves a room with the ID specified in the request from the "Archive" section to the "Rooms" section.
|
Unpin a room
|
PUT api/2.0/files/rooms/{id}/unpin
|
Unpins a room with the ID specified in the request from the top of the list.
|
Upload an image for room logo
|
POST api/2.0/files/logos
|
Uploads a temporary image to create a room logo.
|