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
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.