All webpage entities are structured as follows:
entity
:
The unique identifier for the webpage entity
Id:[int]
[string] Name:
The name of the webpage entity[string] PhysicalPath:
[long] FileSize:
[string] FileHash:
A timestamp indicating when the webpage instance was uploaded. See DateTime for more information about this data type.
UploadDate:[
DateTime
][DateTime] LastModifiedDate:
A timestamp indicating when the webpage instance was last modified. See DateTime for more information about this data type.[WebPageAsset[]] Assets:
An array of WebPage Asset entities for assets associated with the webpage[PresentationInfo[]] Presentations:
An array of Presentation Info entities for each presentation associated with the webpage
A list of permission object instances representing permissions rules assigned to the webpage instance
Permissions:[
List<Permission>
]