使用 REST 的 SharePoint 2010 配置文件活动源
我可以使用 https://mysite/_vti_bin/ListData.svc/UserInformationList 但我在那里没有看到任何指向用户“活动源”的链接。
我发现了一些提及 https://mysite/_vti_bin/UserProfileService.asmx 但其中的所有文档相当神秘,我已经习惯使用 REST,并且想知道是否可以在不使用 SOAP 的情况下提取这些数据。
“活动源”在哪里?我是否可以通过 REST 调用获取用户的源?
I can access a decent amount of profile information using https://mysite/_vti_bin/ListData.svc/UserInformationList but I don't see any link to a user's "activity feed" in there.
I have found some mention of https://mysite/_vti_bin/UserProfileService.asmx but all the documentation in there is rather cryptic, I've gotten used to using REST and would like to know if this data can be pulled out without having to use SOAP.
Where is the "activity feed" and is it possible for me to grab a user's feed with a REST call?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终抓取了一个农场模板页面来获取其信息
,但更一般地说,一些好心人已经组合了一个名为 SPServices,它允许相当轻松地访问许多 SP Web 服务。我很乐意帮助将来遇到这个问题的任何人。
I ended up scraping a farm temaplate page for its information
But more generally, some kind souls have put together a jQuery plugin called SPServices, which allows for rather painless access to many of the SP web services. I would be happy to help anyone who stumbles across this question in the future.