I have a large board with 650 items, some of those items contain links (added via right click → "Edit Link”). How can I access these links via the REST API?
I can get the item itself via the boards/{{board_id}}/shapes/{{item_id}
and that includes a "links” key, but that only has the link to the item itself, not the link added via "Edit Link”.
Where is this data stored? How can I retrieve the added link for each item?