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.
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.
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.