Office Graph API可以查询企业新闻吗?
Is it possible to query corporate news with Office Graph API?
我目前正在 SharePoint 中的 Web 部件上工作,我需要能够在其中查询 ACTOR(ME) 上的公司新闻,但是当我这样做时,我的 get 请求没有任何返回。
是否可以查询公司新闻,或者 Office Graph API 是否仅限于文档?
现在我的获取请求如下所示:
'/_api/search/query?Querytext=%27ContentTypeId:0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900E1A7B5EB4F6D4536ABA24236F66055A100170370F5340444D1B84CA664EC7FB117*%27&rowlimit=3&selectproperties=%27Title,%20HitHighlightedSummary,%20Username,%20Path,%20ViewsRecent,%20EdgeTime,%20%20ViewsLifeTime,%20Weight,%20LastModifiedTime,%20PublishingRollupImageOWSIMGE%27'
Is it possible to query with corporate news, or is the Office Graph API limited to just documents?
不,仅限于文档。 Office Graph computes insights across Office 365 and makes these insights available through the Microsoft Graph, the single endpoint that you can use to access a number of Microsoft's cloud technologies. See Microsoft Graph。
目前,您可以从 Office Graph 中查询两个见解:TrendingAround 和 WorkingWith。
如果您希望 Office Graph API 支持此功能,您可以提交来自 here 的反馈。
我目前正在 SharePoint 中的 Web 部件上工作,我需要能够在其中查询 ACTOR(ME) 上的公司新闻,但是当我这样做时,我的 get 请求没有任何返回。
是否可以查询公司新闻,或者 Office Graph API 是否仅限于文档? 现在我的获取请求如下所示:
'/_api/search/query?Querytext=%27ContentTypeId:0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900E1A7B5EB4F6D4536ABA24236F66055A100170370F5340444D1B84CA664EC7FB117*%27&rowlimit=3&selectproperties=%27Title,%20HitHighlightedSummary,%20Username,%20Path,%20ViewsRecent,%20EdgeTime,%20%20ViewsLifeTime,%20Weight,%20LastModifiedTime,%20PublishingRollupImageOWSIMGE%27'
Is it possible to query with corporate news, or is the Office Graph API limited to just documents?
不,仅限于文档。 Office Graph computes insights across Office 365 and makes these insights available through the Microsoft Graph, the single endpoint that you can use to access a number of Microsoft's cloud technologies. See Microsoft Graph。 目前,您可以从 Office Graph 中查询两个见解:TrendingAround 和 WorkingWith。
如果您希望 Office Graph API 支持此功能,您可以提交来自 here 的反馈。