I am making API call to fetch Board checklist and comparing it with different particular cards Get checkItems on card reponse idCheckItem field.
However, i notice all cards get different id in their API response
{
"idCheckItem": "62a0ea17xxxxxxxxxxx",
"state": "complete"
}
Also in webhook under checkitem id is different
"checkItem": {
"id": "629e3xxxxxxx",
"name": "Createxxxxxxxxx",
"state": "complete",
"textData": {
"emoji": {}
}
}
Is there any API or common field for same checkItem for different cards that can be compared. Board checklist is being used as master data to compare
Hi Bodhi,
Thanks for reaching out!
This would be a really great question to share with our developer community. We have a number of Trello Engineers that are active there, and they'd be happy to give some guidance for more advanced topics like these.
https://community.developer.atlassian.com/c/trello
All the best,
Lara
The Trello Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks like an answer was shared: https://community.developer.atlassian.com/t/compare-diferent-cards-checkitemstates-with-board-checklist/59118/3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.