Hello all,
Trying to find all comments on a page using the Rest API, but there does not seem to be any filter to find comments via page/canvas, but only for the entire file.
I looked at the Rest API response to see if anything (maybe client_meta
answers it) but not seeing anything reliable there.
Is there a simple way to:
Option 1: Given a page/canvas, find all comments on it?
Option 2: Given a comment, find the page it belongs to?
Currently, I’m going Option 2, by using client_meta, and finding the page that element belongs to, and then linking it to the page, but that seems to be calling too many APIs.
Also, is there any structure to the Node IDs? Not able to find any documentation. The IDs are of the format xxx:yyy
.
Thanks!