GET
/
commentReplies

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

parentCommentId
string
required

The comment ID to get replies for

pageToken
string

The page token to get the next page of comment threads if available

format
enum<string>
default: html

The format to return comments in

Available options:
html,
plainText

Response

200 - application/json
data
object[]
required

Array of comment thread objects.

nextPageToken
string

Token to retrieve the next page of results, if available.