Open roeniss opened 1 year ago
Hi. I'm looking for a convenient way to retrieve all comments in a workspace.
Is there any good way to do this, or should I use notion.comments.list() with all page_id?
notion.comments.list()
page_id
I would also love this
Hi. I'm looking for a convenient way to retrieve all comments in a workspace.
Is there any good way to do this, or should I use
notion.comments.list()
with allpage_id
?