Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I fetch more than 1000 actions?

Deleted user July 19, 2020

I'm developing a Trello application where it grabs JSON files and converts it to CSV, and from what I see, even SAVING a file from a link like https://trello.com/b/ID.json manually and automatically only saves the first 1000 actions, and the board I want to archive as JSON has more than 1000 actions, I've also asked Stack Overflow and haven't found much of an answer (posts over there said that 1000 was the limit). 

1 answer

0 votes
milynnus
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 19, 2020

@[deleted]  The API rate limits will prevent you from getting more. See https://help.trello.com/article/838-api-rate-limits

To overcome it I would put a trigger on any change on that board and or any specific set of actions and sent to an endpoint that process the json into a file. From there you can do your magic. 
Just curious, what application are you trying to build? In this demo, a custom power up gathers data and sends it a endpoint Superhero Power and a module is automatically executed. https://youtu.be/hR_dnGGsHNw

Deleted user July 20, 2020

I'm simply trying to archive a board, and I figured it out in the meantime, I just sent multiple requests and used the &before parameter and changed what would go into the &before parameter every time, so I'd get new actions.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events