List comments with replies
2.39.0
getComments({ commentBoardId:'<comment-board-id>', sorting:'<Your comment sorting enum value>', repliedSince:'2023-12-19T15:28:46.493Z', repliedUntil:'2023-12-19T15:28:46.493Z' since:'2023-08-22T14:30:45.123Z' until:'2023-08-22T14:30:45.123Z' isReported: true,}).then(paginatedResponse => console.log(paginatedResponse)); Copy
getComments({ commentBoardId:'<comment-board-id>', sorting:'<Your comment sorting enum value>', repliedSince:'2023-12-19T15:28:46.493Z', repliedUntil:'2023-12-19T15:28:46.493Z' since:'2023-08-22T14:30:45.123Z' until:'2023-08-22T14:30:45.123Z' isReported: true,}).then(paginatedResponse => console.log(paginatedResponse));
Generated using TypeDoc
Description
List comments with replies
Async
Since
2.39.0
Example