Query system content

If Autofilters is on, result list will not contain system or deleted content (currently in trash). For example content in system folder will not be returned. If you want to switch this filter on, do it this way:

Copy
https://dev.demo.sensenet.com/OData.svc/Root/Content/IT?query=Type%3AContentType .AUTOFILTERS%3AON

// the special characters should be url encoded
// the actual query here is ?query=Type:ContentType .AUTOFILTERS:ON

The following contents will be filtered out from the results if Autofilters is on:

  • system files (all content with the type SystemFile)
  • System Folders and all content below them (even if the children are not system files)
  • content in the Trash