Hey Manuel,
Sorry to hear you’re running into issues!
Can I ask, if you’re using V1 or our V2 beta? V2 beta is located at beta.developers.miro.com.
Additionally, can you share a video of what you’re running into? I’m not able to reproduce this on my end (using V2)
Hi addison,
thanks for asking. I initially tried it using V2 just providing the necessary input on the following website: Link. This site provides me with the following Shell script which still returns a 500 for frames but works fine if I replace frames by shapes e.g.
curl --request GET \
--url https://api.miro.com/v2/boards/aBOARD ID]/frames \
--header 'Accept: application/json' \
--header 'Authorization: Bearer oToken]' \
--header 'Content-Type: application/json'
Using V1 for the same board with the script from the following site it works fine: Link
curl --request GET \
--url 'https://api.miro.com/v1/boards/iBOARD ID]/widgets/?widgetType=frame' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer Token]'
So it kind of seems the API endpoint for getting all frames from a board is broken in V2?!
Thanks for looking into it!
Manuel
I’m also getting this on my end, with Frames specifically :/
I’ll report, and let the team know. Thanks for reporting! Hopefully we can fix this soon.
Hey Addison,
any news on that? I would really like to use this API endpoint.
Thanks
Hi Manuel! Sorry for the silence—This should be fixed by now! I just tested, and it works on my end
Thanks, works for me, too!