Yammer API - missing messages

前提是你 提交于 2019-12-09 03:38:28

I'm experiencing the same issue. Even by respecting the API Rate limits there are some messages that are not retrieved. By using /api/v1/messages/about_topic/ I can get them all.

The issue is not linked to the age of messages. Most of the missing ones a quite new.

Mike Wilken

You can't download all messages via the API call you're using.

Reference https://stackoverflow.com/a/19107426/4099849

If you attempt to iterate over messages you will hit some limits. These limits are technical in nature and you would need to revert to the search API to find much older messages. Unfortunately you will have to put up with these limitations if you are dealing with the free version of Yammer as the data export is only available with the paid version.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!