Microsoft Graph
一种 Microsoft 可编程性模型,用于公开 REST API 和客户端库以访问 Microsoft 365 服务上的数据。
59 个问题
我在获取列表项时通过/sites/{{site-id}}/lists/{{list-id}}/items?$expand=fields&$select=lastModifiedBy,webUrl&$top=10来限制返回的结果数量是正常的,但是加上$filter参数后返回的只有两条结果并且nextLink不为空,即应该返回的结果不止两条。
top和filter参数组合使用是否存在api差异?如果我想让此接口可以正常组合top和filter参数,应该如何修改请求方式?
我们做了与您同样的测试,但是返回的结果并没有如您所述的只有两条,并且nextLink不为空,而是根据$top的值来返回相应的数据数量,测试如下,请您参考:
参考链接:
https://learn.microsoft.com/en-us/graph/filter-query-parameter?tabs=http
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.