Hi,
We’re working on an app that would greatly benefit from retrieving the board id of any board embedded in a document.
When I query the document blocks, I get a block of type board with content:
{
"type": "board",
"widgetId": <number>,
"alignment": "left",
"direction": "ltr",
"didNewLayoutMigration": true
}
I haven’t found any information in the API documentation about accessing widgets or using the widgetId in order to retrieve information about the embedded board.
Is this possible at all?
Thanks in advance.