Group Entity (2017/01)
All group entities are structured as follows:
entity
:
Id
int:Â A unique identifier for the regular group instance. This value is generated by the server when the group is created
Name
string:Â The group name
CreationDate
 DateTime: Indicates when the group was created on BSN.cloud. See DateTime for more information about this data type.
LastModifiedDate
 DateTime: Indicates when the group was last modified on BSN.cloud. See DateTime for more information about this data type.
Autorun
DeviceAutorunInfo:
Version
string:Â The current BrightAuthor:connected autorun version assigned to the group
IsCustom
bool:Â Â Whether the autorun is a standard BrightAuthor:connected file (false
) or a custom-built file (true
)
HD920_970Firmware
string:Â The minimum version of device firmware required to play presentations on the HD920 and HD970
HD920_970FirmwareId
int: A unique identifier for the HD920 and HD970 minimum firmware version
HD922_972Firmware
string:Â The minimum version of device firmware required to play presentations on the HD922 and HD972
HD922_972FirmwareId
int: A unique identifier for the HD922 and HD972 minimum firmware version
HDX10Firmware
string: The minimum version of device firmware required to play presentations on the HD210, HD210w, HD1010 and HD1010w
HDX10FirmwareId
int: A unique identifier for the HD210, HD210w, HD1010 and HD1010w minimum firmware version
HDX20Firmware
string: The minimum version of device firmware required to play presentations on the AU320, HD220, HD1020
HDX20FirmwareId
int: A unique identifier for the AU320, HD220, HD1020 minimum firmware version
HDX22Firmware
string: The minimum version of device firmware required to play presentations on the HD222, HD1022
HDX22FirmwareId
 int: A unique identifier for the HD222, HD1022 minimum firmware version
HDX23Firmware
string: The minimum version of device firmware required to play presentations on the HD223/HD1023
HDX23FirmwareId
 int: A unique identifier for the HD223/HD1023 minimum firmware version
LSX22Firmware
string: The minimum version of device firmware required to play presentations on the LS322, LS422
LSX22FirmwareId
 int: A unique identifier for the LS322, LS422 minimum firmware version
LSX23Firmware
string:Â The minimum version of device firmware required to play presentations on the LS423
LSX23FirmwareId
 int: A unique identifier for the LS423 minimum firmware version
HSX23Firmware
string:Â The minimum version of device firmware required to play presentations on the HS123
HSX23FirmwareId
 int: A unique identifier for the HS123 minimum firmware version
HOX23Firmware
string:Â The minimum version of device firmware required to play presentations on the HO523
HOX23FirmwareId
int: A unique identifier for the HO523 minimum firmware version
XDX30Firmware
 string: The minimum version of device firmware required to play presentations on the XD230, XD1030, XD1230
XDX30FirmwareId
 int: A unique identifier for the XD230, XD1030, XD1230 minimum firmware version
XDX32Firmware
string: The minimum version of device firmware required to play presentations on the XD232, XD1032, XD1132
XDX32FirmwareId
 int: A unique identifier for the XD232, XD1032, XD1132 minimum firmware version
XDX33Firmware
 string: The minimum version of device firmware required to play presentations on the XD233/XD1033
XDX33FirmwareId
int: A unique identifier for the XD233/XD1033 minimum firmware version
XTX43Firmware
string:Â The minimum version of device firmware required to play presentations on the XT242/XT1042/XT1142
XTX43FirmwareId
int: A unique identifier for the XT242/XT1042/XT1142 minimum firmware version
FKX42Firmware
string: The minimum version of device firmware required to play presentations on the 4K242, 4K1042, 4K1142
FKX42FirmwareId
 int: A unique identifier for the 4K242, 4K1042, 4K1142 minimum firmware version
EnableSerialDebugging
bool:Â Â A flag specifying whether serial debugging should be enabled for all players assigned to the group instance
EnableSystemLogDebugging
bool:Â A flag specifying whether system log debugging should be enabled for players assigned to the group instance
EnableStorageSpaceLimit
bool: A flag specifying whether player storage devices will be divided into different segments. This allows the user to allot maximum sizes to different segments to ensure that a certain type of data does not take up too much space on the storage device. The "limit" values below will only apply to the player storage if this value is true
.
StorageSpaceLimitUnits
 StorageSpaceLimitUnit: A value specifying whether the following "limit" values are measured in percentages ("Percentage"
) or megabytes ("Megabyte"
)
PublishedDataSizeLimit
ushort:Â The maximum size allotted to all presentation and content files that are written to the storage device during the publish process. This includes audio, video, images, text, and HTML content files.
DynamicDataSizeLimit
ushort:Â The maximum size of all dynamic content, including Dynamic Playlists and MRSS feeds. When this segment runs out of space, dynamic content files will be deleted to create space, starting with the oldest files first.
HtmlDataSizeLimit
 ushort: The maximum size of the HTML application cache
HtmlLocalStorageSizeLimit
 ushort: The maximum size of all JavaScript variables and data
WebDatabaseSizeLimit
ushort:Â The maximum amount of storage allocated to the IndexedDB web database application
DevicesCount
ushort: The number of players assigned to the group instance
DevicesHealthStatus
Dictionary<DeviceHealthStatus, uint>:Â Returns "Ok", "Warning", or "Error" depending on the player health
Devices
DeviceInfo[]:Â Supported representations include:
Id
int:Â The unique identifier for the device
Serial
string:Â The device serial number
Schedule
ScheduledPresentation[]: The scheduled presentation entity. See Scheduled Presentation Entity
Permissions
List<Permission>:Â A list of the permissions rules assigned to the groupÂ