• Parameters

    Returns Promise<IPaginatedResponse<IComment>>

    Description

    List comments with replies

    Async

    Since

    0.1.0

    Example

     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