Skip to main content
Open

Web SDK Batch Item Update API


Problem: Auto optimize layout with a board with more than 1000+ cards with WebSDK, will be easily stopped by ‘API Rate Limiting’.

Case:

  1. use miro.board.get({}) once to fetch board items information
  2. layout computation on each item’s new coordinates and update each board item
  3. for each item use item.sync with board

My Wish is to have a batch board item update WebSDK api to avoid hit the limit so easily.

Was it helpful?

2 replies

Manouska J
Forum|alt.badge.img+4
  • Experienced Community Member
  • 248 replies
  • December 21, 2023

Hi @Barry Zhong! Thanks so much for taking the time to submit this idea and share your feedback. Should our team have any other questions they will be sure to follow up!    

 

For those coming across this idea, if you feel this would be helpful for your use of Miro please be sure to vote for it and leave a comment about your use case to help our team scope this request!


I have a similar problem. I’m working on a Miro app to draw calendar for a full year to facilitate planning meetings of all sorts in which I’m drawing a lot of shapes and want to add them to a frame. This exhausts the web sdk rate limit and I haven’t found a reliable way to work around this.


Reply