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
Hi all, I think I got the correct list of comments for the event. Thanks for the support. However, the JSON response contains a HTML response of the comment body, rather than a String.
Ex:
You can specify a different PostTarget option if you are not wanting any HTML at all.
List Comment REST Endpoint - API Documentation - Verint Community 11.x - Telligent Community
The only PostTarget that removed a but of the comment HTML was Email.
Unfotunately, it's part of the following. You should be able to strip it after you retrieve it using something like ^(?:<p>)?(.*?)(?:</p>)$ -> $1.