Describes a simplified advanced search query. Some constraints have been changed to take only a single id instead of a list of ids
| Name | Type | Description |
| ItemType | String | Item type to search for (ex "File", "Folder", etc.) |
| ParentID | String | Parent id constraint on search results |
| CreatorID | String | Creator id constraint on search results |
| SearchQuery | String | Search term to search for |
| CreateStartDate | String | Item creation date range constraint start date in UTC |
| CreateEndDate | String | Item creation date range constraint end date in UTC |
| ItemNameOnly | Boolean | Whether item content should be included in the search or not. |