I am using REST API to retrieve the cards on a miro board with
https://api.miro.com/v2/boards/BoardId/items?type=card
my board contains a significant number of items (>100) and i am using the cursor feature to fetch all of them.
For an unknown reason some cards are returned with a geometry and position object and some other cards are lacking this information. I have been unable to determine what drives this change in the API behaviour as all cards seems similar when looking at the board web page.
When i try to retrieve these items individually with
https://api.miro.com/v2/boards/BoardId/cards/cardId
I have exactly the same problem (no position or geometry data in the reply)
This looks like a bug to me but if there is something i am doing wrong thanks to advise