Skip to main content
Answered

Boards created with Rest Api not showing

  • September 25, 2024
  • 2 replies
  • 63 views

Forum|alt.badge.img+1

Hello,

I am new with the Miro Rest API.

I already have a little program that I can check for a board with a specific name is created and if not I make another rest call to create it.

The problem is that when I use the https://developers.miro.com/reference/get-boards script, I noticed that the boards created by https://developers.miro.com/reference/copy-board do not show up or count.

Anyone have this issue too?

Does anyone were able to solve it?

Best answer by Horea Porutiu

Hi @Sanoviv Medical Institute 

Thanks for reaching out. There is a little note about not getting results instantaneously via the get boards script: 

Note that you only get results instantaneously when you filter by the team_idproject_id, or both the team_id and project_id. If you use any other filter, you need to give a few seconds for the indexing of newly created boards before retrieving boards.

Could that be the issue? Have you tried waiting a few minutes and then trying again?

2 replies

Horea Porutiu
Mironeer
Forum|alt.badge.img+1
  • Mironeer
  • 200 replies
  • Answer
  • September 26, 2024

Hi @Sanoviv Medical Institute 

Thanks for reaching out. There is a little note about not getting results instantaneously via the get boards script: 

Note that you only get results instantaneously when you filter by the team_idproject_id, or both the team_id and project_id. If you use any other filter, you need to give a few seconds for the indexing of newly created boards before retrieving boards.

Could that be the issue? Have you tried waiting a few minutes and then trying again?


Forum|alt.badge.img+1

Hey @Horea Porutiu , it took like 5 hours to the new boards appear but I only need to run this program once a day, so I guest I'll be ok.. ?

Well thanks for your response !