GET api/2.0/feed/filter
Returns a list of feeds that are filtered by the parameters specified in the request.
Name |
Description |
Type |
Example |
product
sent in body
|
Product which feeds you want to read
|
string
|
some text
|
from
sent in body
|
Time from which the feeds should be displayed
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
to
sent in body
|
Time until which the feeds should be displayed
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
author
sent in body
|
Author whose feeds you want to read
optional
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
onlyNew
sent in body
|
Displays only fresh feeds
optional
|
Bool value
|
true
|
timeReaded
sent in body
|
Time when the feeds were read
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
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"
}