Skip to main content
The list of post comments should be retrieved by a separate request, calling getPostComments query. The query returns the list of comments related to the given post with the pagination and possibility to change the order (default sorting is by the creation date, ascending).
A comment is basically a Post object.
The following arguments can be used in the query:
The query returns the list of the Post objects. Detailed description and the full list of available properties can be found here.