I want to fetch a list of all the Topics that have been used on a Yammer Network. I have an app set up and can use the API fine, but there's no endpoint specifically for getting a list of Topics.
I could use the search.json
endpoint, with no query, which will get me 20 at a time, but along with Messages, Users, Files, Groups, Pages... which seems messy. Is there no other way?
I'm also assuming that this is only fetching data from a single Yammer Network - if I was on several, is it possible to restrict to only one network?