Reading Card Tags via REST API


Hi,

we’re trying to getting some basic data from the kanban board for agile forecasting. In some way this request is similar to https://community.miro.com/developer-platform-and-apis-57/api-to-track-cards-on-kanban-board-1433 The presented solution via some intersections of the widgets seems to be cumbersome and errorprone.  

For our needs it will be sufficient to get just the creation date and some kind of “done” state. We could easily mimic the “done” state via card tags.

Unfortunately the REST API not include any tags for the card widget. Given following card:

 

 

The REST response for the card looks like:

 

{
"id":"omitted"
"type":"card"
"title":"omitted"
"description":""
"date":NULL
"card":NULL
"x":146240.662662076
"rotation":0
"assignee":{
"userId":"omitted"
}
"y":-18198.5802504436
"scale":0.714181361307553
"style":{
"backgroundColor":"#fef445"
}
"createdAt":"2021-04-07T15:42:19Z"
"createdBy":{
"type":"user"
"name":"omitted"
"id":"omitted"
}
"modifiedAt":"2021-05-17T17:31:49Z"
"modifiedBy":{
"type":"user"
"name":"omitted"
"id":"ommitted"
}
}

QuestIon Is there any plan to include the card tags?

 

Kind Regards,

Dennis

No replies yet...