repliesQuery
Url
/V2.0/services/data/repliesQuery
HTTP Method
GET,POST
Description
Retrieves the reply feed of a discussion 
Parameters
Name Type Description
postId* entityId (string) Id of the discussion post
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 replyFeedItem[]
paging paging
In case of failure an error object will be returned
* indicates required fields