I want to query the stories that were added after a specific date. I don't see a "Date added" property in my Mingle Project. I was poking around the internet and saw there is a "created_at" property that's accessible from the Mingle API. Can I query that through MQL?
I'm trying this advanced filter: type = story and created_at > 'September 20, 2011' on a card wall and it says:
Card property 'created_at' does not exist!
I'm using Mingle 3.3.
Do I need to add the Date Added property or is there a field I can access to do what I need?
Code Snippet
Card property 'created_at' does not exist!
Comments
2 comments
Hi Edward:
In Mql filter, try using "created on" instead of "created_at". It should work.
Thanks Huimin, that worked!
Please sign in to leave a comment.