We are trying to develop a workflow that will notifiy a specific group when topics have no replies after a certain time. In the community startup, it is important that we get to these questions fast to ensure customers keep coming back.
However, the API does not seem to allow us to selectively return questions based on a criteria - or at least, its not documented. Is there a generic syntax to the API that will allow us to select questions based on criteria input?
Here is the comment from our developer - it seems like there is no choice but to get ALL questions in the community to evaluate which ones to take action on.
It seems like I have to always loop through all the questions in the given category – the result of questions is listed in last activity time descending. If new question is created or old question gets replied, the sequence will be changed, so it would be hard to get the pattern. This means the more questions get created, the longer this workflow may have to run.