ContentSearchParamsObject
                                    The content search object for specifying search criteria to be used in content searches.
API Section: Objects
Type: Object
Properties
| 
                                                     Name  | 
                                                
                                                     Description  | 
                                                
                                                     Required  | 
                                                
                                                     Type  | 
                                                
                                                     Format  | 
                                            
|---|---|---|---|---|
| 
                                                     
                                                          | 
                                                
                                                     The terms to be used in the search  | 
                                                
                                                     Y  | 
                                                
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Boolean to indicate if this is an advanced search. Advanced searches will use other provided criteria. Otherwise, the simple search will just use the search string only  | 
                                                - | 
                                                     boolean  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     A listing of different content types to narrow the search  | 
                                                
                                                     Y  | 
                                                ||
| 
                                                     
                                                          | 
                                                
                                                     Enumeration of the type osf search term matching  | 
                                                
                                                     Y  | 
                                                ||
| 
                                                     
                                                          | 
                                                
                                                     Starting date for range searching on create dates  | 
                                                - | 
                                                     integer  | 
                                                
                                                     Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     Ending date for range searching on create dates  | 
                                                - | 
                                                     integer  | 
                                                
                                                     Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     Starting date for range searching on modified dates  | 
                                                - | 
                                                     integer  | 
                                                
                                                     Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     Ending date for range searching on modified dates  | 
                                                - | 
                                                     integer  | 
                                                
                                                     Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     Server name when searching by data source  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Model name when searching by data source  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Database name when searching by data source  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Enumeration of which content domain to search in (private, public etc)  | 
                                                
                                                     Y  | 
                                                ||
| 
                                                     
                                                          | 
                                                
                                                     This is a folder path to use in searching. Use in the format Tenant-Name\Root-Folder-name\folderA\folderB\..... using the folder captions, not their IDs  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Allows fall back in search  | 
                                                - | 
                                                     boolean  | 
                                                
*Required elements are only used for API parameters
Usages
 /API2/content/findContentItem
                                    
 /API3/content/findContentItem
                                    
 searchString