I'm looking for a way to use the Cards REST API to be able to return me a filtered list of cards that use something like
filters[] = [Type][is][Story]
filters[] = [Updated At][after][2009-01-01 00:00:00]
Does anyone know if this is possible, or if there is another way to access the cards this way?
I've explored using a View and trying to set a filter (with the plan of my api accessing cards.xml?view=recent_updates), but without adding a custom field and I dont see how to filter a view by updated date.
I also looked at using the History tab, and then creating a filter for Stories with a certain status and then grabbing the Atom, but it seems onerous to have to make an admin configuring the app by first to creating the filter in the history tab and then subscribe to an Atom feed in a config file for the app. It would be much easier to use the REST APIs and pass the right filter strings.
Comments
1 comment
Hi there
Currently "updated at" is not exposed in MQL or our filters which means that this is also not available via the Mingle Card API. To read more about this and some suggested workarounds for this please take a look here.
I hope this helps.
- Suzie
Please sign in to leave a comment.