api - How to get the most recent posts on Yammer -
i'm trying query yammer api in order search posts hashtag eg. #win , return latest 20 posts.
the problem is, "https://api.yammer.com/api/v1/search.json" endpoint returns searches however, they're in seemingly random order , not latest.
yammer limits 20 results each time call api, , there may potentially thousands of posts, cannot pull them down , find 20 recent ones myself.
anyone have ideas on how latest?
could use autocomplete endpoint search id of hastag topic , use returned id pull in documented api? https://developer.yammer.com/docs/messagesabout_topicidjson
https://www.yammer.com/api/v1/messages/about_topic/{{topic_id}}.json
Comments
Post a Comment