List all Post's Comments

Returns a list of post comments. The comments are returned sorted by their creation date, with the most recent appearing first.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

The ID of the Post to retrieve comments from.
Use IDs from Get a Post, Create a Post or List all User's Posts methods responses only. Some providers may allow native Post IDs, please refer to Posts integration guides.

string
required
^acc_(.*)$

ID of the Account (acc_xxx) to call the method on behalf of.

Query Params
number

An offset used for pagination, if supported by the provider, else use cursor.

string

A cursor used for pagination. If supported by the provider, use next_cursor given by the previous page of the list, else use offset.

number
≥ 1
Defaults to 20

The limit of items to be returned. The maximum allowed value depends on the provider.

string
enum
Defaults to MOST_RECENT

Sort criterion for the posts list: MOST_RECENT (most recent first) or MOST_RELEVANT (most relevant first).

Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json