Forum Discussion
Hi HaidongG
Well, this is not what I'm trying to do.
What I want is a list of the latest comments / replies to ratings across all ratings in the community. I couldn't find an API call to achieve this.
Is this even possible?
Moreno
Hi mfeltscher
Thanks a lot for explaining your requirement.
check out https://<your domain>/restapi/vc/reviews/recent/messages , I guess that this is what you are looking for
you may read more from API docs
- mfeltscher11 years agoExpert
Hi HaidongG
This is what I tried in the first place but this API call does not work.
Acutally the call returns exactely the same data as https://<your domain>/restapi/vc/reviews/recent. No comments to ratings get returned, only ratings.
Is this a bug?
Moreno
- HaidongG11 years agoLithium Alumni (Retired)
Hi mfeltscher ,
do you mean https://<your domain>/restapi/vc/reviews/recent returns the messages with subjects only, but not message body?
you need to add some parameter to see the message body, for example
https:///restapi/vc/reviews/recent/messages?restapi.format_detail=full_list_element
- mfeltscher11 years agoExpert
Hi HaidongG
No. I'm aware of restapi.format_detail=full_list_element. What I want to achieve is to get the most recent comments (not ratings) to all ratings across the community. https://restapi/vc/reviews/recent/messages returns the most recent ratings.
This is possible for example for blog comments (by using something like https://restapi/vc/replies/style/blog/recent, why shouldn't it be possible for rating comments?
Moreno
Related Content
- 7 months ago
- 7 months ago
- 3 years ago