WebPage Entity (2020/10)

All webpage entities are structured as follows:

entity:

  • Id int: The unique identifier for the webpage entity

  • Name string: The name of the webpage entity. The maximum length of this string is 50 characters.

  • UploadDate DateTimeA timestamp indicating when the webpage instance was uploaded. See DateTime for more information about this data type.

  • LastModifiedDate DateTime:  A timestamp indicating when the webpage instance was last modified. See DateTime for more information about this data type.

  • IndexFile WebPageAssetThe WebPage Asset entity for the webpage index file

  • Assets WebPageAsset[]:  An array of WebPage Asset entities for assets associated with the webpage

  • Presentations PresentationInfo[]: An array of Presentation Info entities for each presentation associated with the webpage

  • Permissions Permission[]A list of permission object instances representing permissions rules assigned to the webpage instance