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 via LiQL queries. However, I'm starting to have messages that were subsequently deleted, and I haven't been able to find a way to get a list of deleted messages - is this possible? A flag to put into the LIQL statement contraint like "deleted=True" or something would be great.
Thanks for any help,
Lee
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