Can we find the average response time for forum threads via the API? We’re doing some research to see if we could build a datasheet to tie activity, number of posts, and time to respond for specific product numbers into one dashboard.
Can we find the average response time for forum threads via the API? We’re doing some research to see if we could build a datasheet to tie activity, number of posts, and time to respond for specific product numbers into one dashboard.
Yes, this can be done via the API. Before delving into that route though, be sure to check if the Reporting section has what you're looking for. Forums Summary has an overview of the activity per forum, and you can drill in to see Average Response Times and other metrics.
If you do decide to roll your own report, this might work best as a scheduled job that calculates these values. I don't know how your products are delineated, but if for example they each had their own forum, you could:
Hi Steven,
Thanks for the reply! At current, we are using python script to access the data now. Could you please share us the specific urls to get the data? I see most of the APIs you share are in progress now.
Thank you, Steven. Is there a feature to detect verified answers? We don't know of a specific API for that so curious if there is a feature.
Yes, check the ForumReplyQueryType for Forum Reply List REST endpoint.
Yes, check the ForumReplyQueryType for Forum Reply List REST endpoint.