PyramidContentItem
Pyramid Content item object.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
id |
The content item's ID |
- |
string |
|
parentId |
The content item's parent ID |
- |
string |
|
caption |
The content item's caption |
- |
string |
|
itemType |
The content item's type enumeration |
- | ||
createdBy |
The creator's user ID |
- |
string |
|
createdDate |
The create date of the item |
- |
string |
date-time |
version |
The version of the item |
- |
string |
|
modifiedDate |
The modified date if the item |
- |
string |
date-time |
description |
The description of the item |
- |
string |
|
tenantId |
The content item's related tenant ID |
- |
string |
|
contentType |
The content type enumeration |
- | ||
isDeleted |
is the item deleted |
- |
boolean |