All webpage entities are structured as follows:
entity
Id
The unique identifier for the webpage entity
:int
Name
The name of the webpage entity. The maximum length of this string is 50 characters.string
:UploadDate
A timestamp indicating when the webpage instance was uploaded. See DateTime for more information about this data type.
:DateTime
LastModifiedDate
A timestamp indicating when the webpage instance was last modified. See DateTime for more information about this data type.
:DateTime
IndexFile
The WebPage Asset entity for the webpage index file
:WebPageAsset
Assets
An array of WebPage Asset entities for assets associated with the webpageWebPageAsset[]
:Presentations
An array of Presentation Info structures which indicate/reference presentations which include this web page.PresentationInfo[]
:Permissions
A list of permission object instances representing permissions rules assigned to the webpage instance
:Permission[]