adtucs
10 days agoHelper
Help identifying XML fields for message attributes in Khoros data export
I'm working on a project where I need to parse and process a Khoros XML data export of my community, and I'm trying to map out the right entities and fields for several message-level attributes.
Specifically, I'm trying to figure out which XML files, entities, and fields correspond to the following:
- Visibility scope of a message i.e how can I tell a message is private, draft or archived (API Reference)
- Whether the message is a solution and solution is marked by which user / user_id and when (time) (API Reference)
- Whether the message is read only or has comments blocked (API Reference)
- Moderation status - whether the message was rejected, approved etc (API Reference)
- Kudos - How can I find the kudos count and individual kudo for a message e.g user, time and weight info (API Reference)
similarly, where is the MeToo data stored for a message? (API Reference)
Any help with field names, entity references, look in would be a huge help.