The Office 365 Graph API documentation suggests that $ filter and $ top operations should be supported when used together on request delta ...
https://developer.microsoft.com/en-us/graph/docs/concepts/delta_query_messages#track-message-changes-in-a-folder
However, when executing a query that uses both $ filter and $ top, for example:
https://graph.microsoft.com/beta/me/mailfolders/AAMkADQ3MDg1NWRmLTUxMGQtNDRiMi1iMGE4LTAzMzdjNGRiYTIxNQAuAAAAAADEPuholyn_QpUTAqAAAAAAAEAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA TOAA $ filter = receivedDateTime% 20ge% 202017-04-01T00: 00: 00Z & $ top = 1000
We find that the top value of $ is not applied, and the default value of 10 results per page is used. However, the $ filter was applied correctly.
When testing without the $ filter operator, we find that the value of $ top is applied as expected.
Is this a bug in the Graph API, or am I not understanding something? Thanks in advance.
I could not get the result using the parameter $topwith delta.
$top
But the optional title odata.maxpagesizementioned in the same document seems to work.
odata.maxpagesize
You can try adding this to your request headers. Prefer:
odata.maxpagesize=1000
Source: https://habr.com/ru/post/1016439/More articles:VS2017: "Unable to find the resource compiler DLL. Make sure the path is correct." - visual-c ++ - 2017https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1016435/visual-studio-community-2017-fails-to-start-exception-could-not-load-file-or-assembly-microsoftvisualstudiotelemetryforppt&usg=ALkJrhggswkG0h1FwS1PTtWdmvWiAoAb7AПлагин TFS: ошибка WorkItemStore.GetWorkItem - tfsКак увеличить число экземпляров экземпляра cuncurrent powershell на виртуальной машине? - powershellHide column or row if content is not displayed - xamlError when using jQueryUI with TypeScript and DefinitelyTyped definition file - javascriptIs the gzipped Parquet file split into HDFS for Spark? - gzipHow to write a sequence of promises in Python? - javascriptWhat are the differences between add_axes and add_subplot? - pythonHow to dynamically change col bootstrap width to fit other columns? - javascriptAll Articles