【问题标题】:How do I filter and select inside a expanded collection on Microsoft Graph?如何在 Microsoft Graph 上的扩展集合中进行筛选和选择?
【发布时间】:2017-07-07 10:17:10
【问题描述】:

此代码有效

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

我想在孩子内部过滤:

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

【问题讨论】:

    标签: api odata microsoft-graph-api onedrive restful-url


    【解决方案1】:
    猜你喜欢
    • 1970-01-01
    • 2020-07-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多