leeclemmer
9 months agoGuide
How to get a list of deleted messages?
Hi there, I've looked through the documentation and forums and think I have my answer, but I want to double-check. I'm trying to keep a list of messages on Khoros by periodically pulling the latest v...
- 9 months ago
leeclemmerIf you need to periodically retrieve a list of deleted messages, you can refer to the 'bulkdata' for the action key 'message.delete' using the following API call.
curl "https://api.lithium.com/lsi-data/v2/data/export/community/<community_id>?fromDate=YYYYMMDDhhmm&toDate=YYYYMMDDhhmm" -H "client-id: <client-id>" -u "<token>:"
For additional information, please refer the following document.
https://developer.khoros.com/khoroscommunitydevdocs/reference/bulk-data-api-v2#actionkey-events