Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. _api/Web/Lists/getbytitle('testList')/items?$filter=(Access/Id+eq+21)
  2.  
  3. _api/Web/Lists/getbytitle('testList')/items?$filter=(Access+eq+null)
  4.  
  5. _api/Web/Lists/getbytitle('testList')/items?$filter=(Access/Id+eq+null)
  6.  
  7. <m:type>Microsoft.SharePoint.SPException</m:type>
  8. <m:stacktrace>
  9. at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView) at Microsoft.SharePoint.SPListItemCollection.EnsureListItemsData() at Microsoft.SharePoint.SPListItemEntityCollection.TryWriteAsOData(ODataWriter writer, RESTfulQuery query, ProxyContext proxyContext) at Microsoft.SharePoint.Client.ServerStub.Write(Object value, Uri path, ODataWriter writer, RESTfulQuery query, ProxyContext proxyContext) at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.Process() at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.ProcessRequest() at Microsoft.SharePoint.Client.Rest.RestService.ProcessQuery(Stream inputStream, IList`1 pendingDisposableContainer)
  10. </m:stacktrace>
  11.  
  12. ?$select=*,Access/Id&$expand=Access/Id&$filter=Access/Id+eq+null
  13.  
  14. ?$select=*,Access/Id&$expand=Access/Id&$filter=Access/Id eq null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement