Returns a list of all the new items from a folder with the ID specified in the request.
Name | Description | Type | Example |
folderId
sent in url
|
Folder ID | number | 1234 |
GET api/2.0/files/1234/news Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
List of file entry information
{ "status": 0, "response": [ { "Title": "some text", "Access": "ReadWrite", "Shared": true, "CreatedBy": { "Id": "9924256A-739C-462b-AF15-E652A3B1B6EB", "DisplayName": "some text", "Title": "some text", "AvatarSmall": "some text", "ProfileUrl": "some text", "HasAvatar": true }, "UpdatedBy": { "Id": "9924256A-739C-462b-AF15-E652A3B1B6EB", "DisplayName": "some text", "Title": "some text", "AvatarSmall": "some text", "ProfileUrl": "some text", "HasAvatar": true }, "ProviderKey": "some text" } ] }