【发布时间】:2021-11-21 04:55:23
【问题描述】:
您好,我正在尝试在 SharePoint SitePages 中查询最喜欢和评论最多的新闻,但是当尝试使用 _LikeCount 和 _CommentCount 进行降序排序时,我收到了这个错误:
提供的字段名称无法识别
。除了这两个之外,我对其他字段没有任何问题。
https://graph.microsoft.com/v1.0/sites/{ID}/lists/Site Pages/items?$filter=fields/PromotedState eq 2&expand=fields($select=createdDateTime,BannerImageUrl,PromotedState,FileLeafRef,AuthorLookupId,Modified,_CommentCount,_LikeCount,Title,Description,LinkTitle)&$top=5&$orderby=fields/_LikeCount desc
感谢任何帮助。谢谢!
【问题讨论】:
标签: sharepoint microsoft-graph-api spfx