List Comment Replies

GET

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_idstringRequired

Unique identifier for a Site

comment_thread_idstringRequired

Unique identifier for a Comment Thread

Query parameters

localeIdstringOptional

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

offsetdoubleOptional

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

limitdoubleOptional

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: createdOnlastUpdated
sortOrderenumOptional

Sorts the results by asc or desc

Allowed values: ascdesc

Response

Request was successful

commentslist of objects
paginationobject

Errors

Built with