Microsoft graph api 符合性标记字段不适用于Microsoft Graph API筛选器

Microsoft graph api 符合性标记字段不适用于Microsoft Graph API筛选器,microsoft-graph-api,sharepoint-online,Microsoft Graph Api,Sharepoint Online,使用Microsoft Graph API(v1.0)sites/{site id}/lists/{list id}/items端点尝试查找应用了符合性标记的任何新文档。在字段中,我看到了_compliancetagwritentime,但当我将该字段提供给过滤器时,会出现“字段未识别”错误 下面是字段列表 "fields": { "@odata.etag": "\"etag\"",

使用Microsoft Graph API(v1.0)sites/{site id}/lists/{list id}/items端点尝试查找应用了符合性标记的任何新文档。在字段中,我看到了_compliancetagwritentime,但当我将该字段提供给过滤器时,会出现“字段未识别”错误

下面是字段列表

"fields": {
                "@odata.etag": "\"etag\"",
                "FileLeafRef": "Test.docx",
                "id": "1",
                "ContentType": "Document",
                "Created": "2019-06-27T18:08:27Z",
                "AuthorLookupId": "6",
                "Modified": "2020-01-05T23:39:12Z",
                "EditorLookupId": "6",
                "_CheckinComment": "",
                "LinkFilenameNoMenu": "Test.docx",
                "LinkFilename": "Test.docx",
                "DocIcon": "docx",
                "FileSizeDisplay": "19243",
                "ItemChildCount": "0",
                "FolderChildCount": "0",
                "_ComplianceFlags": "7",
                "_ComplianceTag": "Short Record",
                "_ComplianceTagWrittenTime": "2020-11-02T19:41:16Z",
                "_ComplianceTagUserId": "6",
                "_IsRecord": "7",
                "_CommentCount": "",
                "_LikeCount": "",
                "_DisplayName": "",
                "Edit": "0",
                "_UIVersionString": "6.0",
                "ParentVersionStringLookupId": "1",
                "ParentLeafNameLookupId": "1"
            }
此呼叫工作于gt“2019-01-05T23:39:12Z”

但是这个gt'2019-01-05T23:39:12Z' 返回


不,您目前无法筛选列表项,因为不支持它。请在中更新已存在的功能请求。

否,您目前无法筛选列表项,因为不支持该列表项。请在“将此移动到答案”对话框中向上投票一个已存在的功能请求
{
    "error": {
        "code": "invalidRequest",
        "message": "A provided field name is not recognized",
        "innerError": {
            "date": "2020-11-03T17:33:52",
            "request-id": "{request-id}",
            "client-request-id": "{client-id}"
        }
    }
}