How can I get all the defined fields on this homepage and find out what I want
66d88386-9cba-4068-ac61-a92bf0b8cef4-image.png
I have found only 2 actions for topic view:
action:topic.loading
action:posts.loaded
Problem is payload inconsistency. Only posts.loaded
, provides information about posts, topic.loading/topic.loaded
doesn't provide posts data. As a result, when user visits topic, there is no data about posts for client plugin.
Sending all of the data for all of the (possibly hundreds) of posts would be expensive and intensive.
If you want the post data for a specific topic, they're just an api command away.