Is there a call that I can make that would let me query something like topics that were created 7 days ago with no replies as of now?
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Unfortunately the Topics API does not provide a list of posts made to a given topic. One possible way you could go about this is by pulling a list of posts and filtering those from the last 7 days, then comparing the topic IDs of the posts to a list of topics from your community instance. Here’s a basic example using Javascript in the context of the Zendesk Apps framework:
Feel free to reach out if you have any questions!
Tipene