API To Fetch Topics From Community With No Response
Gepostet 17. März 2023
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?
0
2
Gepostet 17. März 2023
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?
0
2 Kommentare
Sean Jago
Wow, thanks for the incredibly detailed response! I will give it a try.
0
Tipene Hughes
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
1
Anmelden, um einen Kommentar zu hinterlassen.