PyramidContentItem
                                    Pyramid Content item object.
API Section: Objects
Type: Object
Properties
| 
                                                     Name  | 
                                                
                                                     Description  | 
                                                
                                                     Required  | 
                                                
                                                     Type  | 
                                                
                                                     Format  | 
                                            
|---|---|---|---|---|
| 
                                                     
                                                          | 
                                                
                                                     The content item's ID  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The content item's parent ID  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The content item's caption  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The content item's type enumeration  | 
                                                - | ||
| 
                                                     
                                                          | 
                                                
                                                     The creator's user ID  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The create date of the item  | 
                                                - | 
                                                     integer  | 
                                                
                                                     Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     The version of the item  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The modified date if the item  | 
                                                - | 
                                                     integer  | 
                                                
                                                     Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     The description of the item  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The content item's related tenant ID  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The content type enumeration  | 
                                                - | ||
| 
                                                     
                                                          | 
                                                
                                                     is the item deleted  | 
                                                - | 
                                                     boolean  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The item root type  | 
                                                - | 
Usages
 /API2/content/findContentItem
                                    
 /API2/content/getAllItemsCreatedByUser
                                    
 /API2/content/getAllUserContentItems
                                    
 /API2/content/getAutoRecommendedItems
                                    
 /API2/content/getContentItemMetaData
                                    
 /API2/content/getFavoriteItems
                                    
 /API2/content/getFolderItems
                                    
 /API2/content/getItem
                                    
 /API2/content/getMostUsedItems
                                    
 /API2/content/getPrivateFolderForUser
                                    
 /API2/content/getPrivateRootFolder
                                    
 /API2/content/getPublicOrGroupFolderByTenantId
                                    
 /API2/content/getRecentItems
                                    
 /API2/content/getRecommendedItems
                                    
 /API2/content/getUserGroupFolders
                                    
 /API2/content/getUserGroupRootFolder
                                    
 /API2/content/getUserPrivateFolder
                                    
 /API2/content/getUserPrivateRootFolder
                                    
 /API2/content/getUserPublicFolders
                                    
 /API2/content/getUserPublicRootFolder
                                    
 /API3/content/findContentItem
                                    
 /API3/content/getAllItemsCreatedByUser
                                    
 /API3/content/getAutoRecommendedItems
                                    
 /API3/content/getContentItemMetaData
                                    
 /API3/content/getFavoriteItems
                                    
 /API3/content/getFolderItems
                                    
 /API3/content/getItem
                                    
 /API3/content/getMostUsedItems
                                    
 /API3/content/getPrivateFolderForUser
                                    
 /API3/content/getRecentItems
                                    
 /API3/content/getRecommendedItems
                                    
 /API3/content/getTenantPublicOrGroupFolder
                                    
 /API3/content/getUserGroupFolders
                                    
 /API3/content/getUserGroupRootFolder
                                    
 /API3/content/getUserPrivateFolder
                                    
 /API3/content/getUserPrivateRootFolder
                                    
 /API3/content/getUserPublicFolders
                                    
 /API3/content/getUserPublicRootFolder
                                    
 id