GET api/2.0/feed/filter This function requires authentication

Description

Returns a list of feeds that are filtered by the parameters specified in the request.

Parameters
Name Description Type Example
product
sent in url
Product which feeds you want to read string some text
from
sent in url
Time from which the feeds should be displayed Date and Time Roundtrip format: 2008-04-10T06-30-00.000Z
to
sent in url
Time until which the feeds should be displayed Date and Time Roundtrip format: 2008-04-10T06-30-00.000Z
author
sent in url
Author whose feeds you want to read
optional
guid 9924256A-739C-462b-AF15-E652A3B1B6EB
onlyNew
sent in url
Displays only fresh feeds
optional
Bool value true
timeReaded
sent in url
Time when the feeds were read Date and Time Roundtrip format: 2008-04-10T06-30-00.000Z
Example
GET api/2.0/feed/filter
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "product": "some text",
  "from": "2008-04-10T06-30-00.000Z",
  "to": "2008-04-10T06-30-00.000Z",
  "author": "9924256A-739C-462b-AF15-E652A3B1B6EB",
  "onlyNew": true,
  "timeReaded": "2008-04-10T06-30-00.000Z"
}
Returns

List of filtered feeds