How to get comments of an event? Show Events API does not seem to contain the Comments.
Ref: https://community.telligent.com/community/11/w/api-documentation/64616/events-rest-endpoints
How to get comments of an event? Show Events API does not seem to contain the Comments.
Ref: https://community.telligent.com/community/11/w/api-documentation/64616/events-rest-endpoints
You need to do another API call to get the comments.
Great. I pass the applicationId or contentId? its not specific to event right? please correct me if I'm wrong
If you pass the ContentId that will give the specific event's comments only.
Satish Kumar (3sides)I've tried a few ways, but the API either returns all the comments across the site, or no comments at all. Please share a sample API to show how to get the comments for a given event / blog.
can you please let me know what are you using for authenticating the rest api
I am using this:
curl --location --request GET 'unilever.telligentdemo.com/.../comments.json' \ --header 'Rest-User-Token: (removed)'
Hi Gaurav, what are the request parameters you are sending?
Hi Gaurav, what are the request parameters you are sending?