You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Instead of looping through thousands of cards, I would like to get the cards that have been updated recently.
How can I extract this information based on a specified date or a date range? Let's say that I ran an ETL on 2/7/22 and extracted information for cards A, B, and C. I then decide to run the ETL again on 2/14/22. If cards A, B, C have no new activity in the past week, I don't want to query those cards. I only want to query the cards that were changed after my last ETL run.
Thank you for your help.
Try Dashcard to see if allows you to do that. I am aware there is a filter for last modified.
On the right hand sidebar on the board, there is an activity feed which lists all the activities on the board. You could just look there?
Or did you want to do it programatically? https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This python library should help:
https://pypi.org/project/py-trello/
Also, please refer to our dev documentation at https://developer.atlassian.com/cloud/trello/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.