Why Trello's JSON file is incomplete

raúl aguirre February 12, 2019

Im trying to get the JSON file fom my Trello Board and I reallized  there isnt complete 'CreateCard' actions in the file., for example i have  84 cards on the board and the JSON file just shows 52 'CreateCard' Actions.

1 answer

1 accepted

0 votes
Answer accepted
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.
February 12, 2019

@raúl aguirre cards can also get created by being emailed, moved from another board or copied, could that be the source of the discrepancy?

raúl aguirre March 20, 2019

teh problem was the actions limit in json file :)

raúl aguirre March 20, 2019

now, im trying  add 

 

this filter: "&filter=commentCard&limit=1000" into this  get sentence

Trello.get(
'/members/' + boardId + '/actions/',
loadedLabels,
function() { console.log("Failed to load labels"); }
)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events