Hello,
I am confused with the object naming in API v2. In v1 the items on the board were called “widgets” and there was a corresponding API method to access them. In API v2 their analog seems to be “items”. However when I try to retrieve the list of items for the same board that is accessible via v1 - it just returns an empty list :-(
https://api.miro.com/v2/boards/uXjVOLV4E3E=/items?limit=50
{'cursor': '', 'data': ], 'limit': 0, 'size': 0, 'type': 'cursor-list'}
https://api.miro.com/v1/boards/uXjVOLV4E3E=/widgets?limit=50
{'data': >{'createdAt': '2022-02-21T14:57:12Z',
'createdBy': {'id': '3074457361785543958',
'name': 'Andriy Z',
'type': 'user'},
'id': '3458764519418309756',
'mindmap': {'layout': 'butterfly', 'theme': 'colorBranch'},
'modifiedAt': '2022-02-21T14:57:12Z',
'modifiedBy': {'id': '3074457361785543958',
'name': 'Andriy Z',
'type': 'user'},
'rotation': 0.0,
'scale': 1.0,
'style': {'backgroundColor': '#ffffffff',
'backgroundOpacity': 1.0,
'borderColor': '#7a28ff',
'borderOpacity': 1.0,
'borderStyle': 'normal',
'borderWidth': 2.0,
'fontFamily': 'OpenSans',
'fontSize': 14,
'shapeType': 'pill',
'textAlign': 'center',
'textColor': '#1a1a1a'},
'text': '<p>Problem</p>',
'type': 'text',
'width': 98.7,
'x': 0.0,
'y': 0.0},
(the rest of items skipped)