All screenshot entities are structured as follows:
entity
:
Id
: A unique identifier for the device screenshot instanceint
Device
DeviceInfo
:
A unique identifier for the device instanceI
d
:int
Serial
The serial number of the devicestring
:
GroupName
The name of the BSN.cloud group to which the player belongs
:string
PresentationName
The name of the presentation
:string
UTCTimestamp
A UTC timestamp indicating when the screenshot was taken on the player. See DateTime for more information about this data type.
:DateTime
LocalTimestamp
A timestamp indicating the local time (as it is specified in the player settings) when the screenshot was taken on the player. See DateTime for more information about this data type.DateTime
:Width
The width of the screenshot image (in pixels)
:short
Height
The height of the screenshot image (in pixels)short
:FilePath
The location of the image file in the server directorystring
:FileSize
The size of the image file in the server directory
:int
ThumbPath
The location of the image thumbnail in the server directory
:string