All web application entities are structured as follows:
entity
Id
The unique identifier for the web application entity
:int
Name
The name of the web application entity.string
:UploadDate
A timestamp indicating when the web application instance was uploaded. See DateTime for more information about this data type.
:DateTime
LastModifiedDate
A timestamp indicating when the web application instance was last modified. See DateTime for more information about this data type.
:DateTime
IndexFile
The WebPage Asset entity for the web application index file
:WebPageAsset
Assets
An array of WebPage Asset entities for assets associated with the web applicationWebPageAsset[]
:Presentations
An array of Presentation Info structures which indicate/reference presentations which include this web application.PresentationInfo[]
: