Forum Discussion
Yes Nav, the message.type value depends on the conversation style. It could be 'Topic' for forums, 'article' for TKBs / Blogs, 'idea' for Ideas, 'entry' for contests.
You have to check for the combination of message.is_topic and message.type values for each conversation style.
Hope this answers your question!
Thanks,
Srujana.
Hi srujanayeruvaka,
Thanks for your reply.
Can we also get without message.type in the response? I couldn't able to see any.
Thanks.
- srujanayeruvaka8 years agoChampion
Nav - Do you mean message.type is blank? If yes, then it is possible you will see this kind of response depending on the action.key value (Ex: view, visits.visit-summary).
Thanks,
Srujana.
- Nav8 years agoAce
Hi srujanayeruvaka,
Yes you are right. Message.type is not available.
So only way to filter by action.key and If so do we have parent action?
Thanks.
- srujanayeruvaka8 years agoChampion
Nav - There is no parent action key as such, but as I understand from your requirement, you may want to filter on action.key = message.publish
Please refer to the bulk data API documentation here in Lithium community for all possible action keys.
Thanks,
Srujana.