Xza*_*zaR 5 api restful-url odata onedrive microsoft-graph
此代码有效
https://graph.microsoft.com:443/v1.0/me/drive/root?$filter=Size eq 0&$expand=children($select=id,folder,name,parentReference,cwebUrl)&$select=Id,folder,name,parentReference,children,webUrl
Run Code Online (Sandbox Code Playgroud)
我想在孩子里面过滤:
https://graph.microsoft.com:443/v1.0/me/drive/root?$filter=Size eq 0&$expand=children($select=id,folder,name,parentReference,cwebUrl&$filter=Size eq 0)&$select=Id,folder,name,parentReference,children,webUrl
Run Code Online (Sandbox Code Playgroud)
在展开中进行过滤/选择时,您需要将其;
用作分隔符,而不是&
。因此,您的网址应为:
这是TripPin示例OData服务上的URL的示例,以显示此功能:
归档时间: |
|
查看次数: |
2470 次 |
最近记录: |