I'm using the Yammer REST API to fetch data about messages posted in our Yammer network. I can get messages from any group by passing the group ID. But I don't know the group ID for the All Company group.
How can I find the group ID for the All Company group?
Use https://www.yammer.com/api/v1/messages/general.json
.
You can see the other built-in feed type endpoints such as my_feed
and private
here: http://developer.yammer.com/restapi/#rest-messages