Hi,
We have created a nice integration through your nice api. Widget stickers, frames etc do work fine. But accessing the data of Widgettype “Image” does not provide sufficient information.
your documentation says this type would be readonly. But in the API result there is no specific data to get the image:
"id" : "xxxx",
"title" : "",
"url" : null,
"x" : 9085.834285822924,
"y" : -4194.224152236103,
"width" : null,
"scale" : 1.6019392388194886,
"rotation" : 0.0,
"type" : "image",
"createdAt" : "2020-11-12T15:25:13Z",
"modifiedAt" : "2020-11-12T16:14:18Z",
"modifiedBy" : {
The GetPicture API (https://developers.miro.com/reference#get-picture) seems only applicable for main boardpictures and not images an a frame (as far I can see)
So how can we retreive the images on a board? (and we would also upload new ones...)
Thnx