Hello all!
I’m playing around with Miro’s API and I encountered one issue that may be a bug (or not, fingers crossed :)). I created a board on which I placed a couple of cards. Each card has a title, me assigned to it and due dates set.
I query the https://api.miro.com/v2/boards/{board_id}/cards/{item_id}
endpoint but it does not seem to return the full data on specified cards. Within the data
field I get the assigneeId
, description
and title
properties but dueDate
is always missing. So essentially from this:
I get that:
Is someone familiar with the issue? I may be missing something here.
Cheers!
Wiktor