Get Started
API backend
API system
More information

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
id
sent in body
Entity ID string some text
product
sent in body
Product which feeds you want to read string some text
module
sent in body
Feeds of the module that will be searched for by entity ID string some text
from
sent in body
Time from which the feeds should be displayed ASC.Api.Core.ApiDateTime
to
sent in body
Time until which the feeds should be displayed ASC.Api.Core.ApiDateTime
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
withRelated
sent in body
Includes the associated feeds related to the entity with the specified ID
optional
Bool value true
timeReaded
sent in body
Time when the feeds were read ASC.Api.Core.ApiDateTime
Example
GET api/2.0/feed/filter
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "id": "some text",
  "product": "some text",
  "module": "some text",
  "from": null,
  "to": null,
  "author": "9924256A-739C-462b-AF15-E652A3B1B6EB",
  "onlyNew": true,
  "withRelated": true,
  "timeReaded": null
}
Returns

List of filtered feeds with the dates when they were read