关于最近照片的微软图查询

时间:2017-09-06 16:47:14

标签: microsoft-graph

我需要检索OneDrive图片目录中的最后一张照片,并在'photo'中为'takenDateTime'属性订购。

我尝试使用此查询:

https://graph.microsoft.com/v1.0/me/drive/root:/myimages/test:/search(q='.jpg')?select=name,id,webUrl,eTag,createdDateTime,lastModifiedDateTime/orderby=takenDateTime/photo%20desc

orderby似乎不起作用。

我也试过'lastModifiedDateTime',但列表没有排序

如何检索列表并订购更近期的照片?

提前致谢。

1 个答案:

答案 0 :(得分:0)

搜索请求不支持orderby或filter。

再见。

$ search请求最多返回250个结果。您不能在搜索请求中使用$ filter或$ orderby。

https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/item_search