Getting pluginData for cards when doing a /lists API call

Deleted user April 12, 2019

I was wondering if it's possible to get pluginData (specifically, the storyPoints from the AgileTools power-up) while doing a List API call:

GET https://api.trello.com/1/boards/<boardId>/lists?cards=all

I can see a list of cards in the payload, but they don't have the `pluginData` field, whereas if I do an individual /card call like:

GET https://api.trello.com/1/cards/<cardId>?pluginData=true

I get it in the card payload. Is it possible to get the plugin data for cards when they're specified as a nested resource of the lists call? I've tried adding pluginData=true into the lists request as suggested by this forum post https://community.atlassian.com/t5/Trello-questions/How-to-get-pluginData-for-all-cards-in-the-list/qaq-p/691053 but it hasn't worked. 

And if this is not possible, what would be the best way to use the API to get a summary of the cards on a board, which lists they belong to and any plugin data associated with them?

Many thanks,
Eddie

1 answer

0 votes
Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 15, 2019

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events