newsFeedQuery
Url
/V2.0/services/data/newsFeedQuery
HTTP Method
GET,POST
Description
Returns the current user news feed 
Parameters
Name Type Description
mode newsFeedMode Mode of the news feed query: Following or All
fields string[] List of Fields the query should return
feedItemOptions string[] List of feed item options

Available options:

  • Default
  • BodyMarkup
  • Summary
paging paging Paging setting for the query
Result
Name Type Description
items postFeedItem[]
paging paging
In case of failure an error object will be returned
* indicates required fields