bob-mccormick
3 years agoMentor
Which Bulk Data API fields go with each event type?
I am designing a data extract from Khoros Community into our company data warehouse. In looking at the Bulk Data API V2, I see a lot of great events that I want to capture.
Is there a mapping that shows which field are supplied for each event type? For example, when a message (new thread) is created in a discussion board, I need to know which fields are in the Bulk Data API event. Most likely, I will need additional fields, so I would invoke a Community API request to get those additional fields. However, a simple event like badges.award may contain all the info that I need in the bulk data event (timestamp, user, badge).
Our Community site is not up yet, so I cannot check this on a live site.