List Comment Replies

List all replies to a specific comment thread.

Timing of comment threads

There may be a delay of up to 5 minutes before new comments appear in the system.

Required scope | comments:read

Path parameters

site_idstringRequiredformat: "objectid"

Unique identifier for a Site

comment_thread_idstringRequiredformat: "objectid"

Unique identifier for a Comment Thread

Headers

AuthorizationstringRequired

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

Query parameters

localeIdstringOptional

Unique identifier for a specific locale. Applicable, when using localization.

offsetintegerOptional

Offset used for pagination if the results have more than limit records

limitintegerOptional

Maximum number of records to be returned (max limit: 100)

sortByenumOptional

Sort results by the provided value. Only allowed when sortOrder is provided.

Allowed values:
sortOrderenumOptional

Sorts the results by asc or desc

Allowed values:

Response

Request was successful

commentslist of objects
paginationobject

Errors