Hi everyone!
Is there is any way to export X-Y coordinate data from miro board elements (especially sticky notes)?
Ideally to a table (say, CSV)?
If there is no way (yet), can it be easily coded or somehow obtained via API? (I have very little expertise.)
Reason: Many of the methods I use on miro boards are based on categorizing sticky notes, say by locating them over a continuum or under different categories. This can be complemented by having different folks or different subgroups work over the same elements, to then aggregate their perspectives (social voting / social choice). So, it would be great to have data on position + content of a set of elements (sticky notes), to process more efficiently.
This is mentioned as an idea here but I’d love to open the conversation! It would make such a great difference for my work now.
Hey
As Max mentioned, this could be accomplished using our SDK or API, as items’ positions are accessible in an x, y format. For example, if you retrieve a sticky note via API, you’ll notice the response includes a `position` object with x and y coordinates:
https://developers.miro.com/reference/get-sticky-note-item
The import into an external CSV would be something you would need to handle with logic on your end, however. There are many packages out there that handle this type of use case though — you might consider taking a quick look around npm, etc.
Best,
Will
Thank you so much
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.