Devicelogreport entity – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 122

Advertising
background image

110

[int] AccountId:(Read Only) The identifier of the BrightSign Network account that owns the
DeviceSubscription instance.

[int] DeviceId:(Read Only) The identifier of the Device instance that is currently using the DeviceSubscription
instance. This value can be Null if the subscription is not currently assigned to a device.

[DeviceSubscriptionType] Type:(Read Only) A

DeviceSubscriptionType

enumeration value representing

the type of the DeviceSubscription instance.

[DeviceSubscriptionStatus] Status:(Read Only) A

DeviceSubscriptionStatus

enumeration value

representing the current status of the DeviceSubscription instance.

[DateTime] CreationDate:(Read Only) A UTC timestamp indicating when the DeviceSubscription instance
was created in the BrightSign Network.

[Nullable<DateTime>] ActivationDate:(Read Only) A UTC timestamp indicating when the subscription
was activated by a device. This property is Null if the subscription has not been activated yet.

[Nullable<DateTime>] SuspensionDate:(Read Only) A UTC timestamp indicating when the status of the
DeviceSubscription was changed to “Suspended”. This property is Null if the DeviceSubscriptionStatus is currently
“Active”.

[Nullable<DateTime>] ExpirationDate: A UTC timestamp indicating when the DeviceSubscription will
expire. This property is Null if the DeviceSubscription instance has not been activated.

DeviceLogReport Entity

The DeviceLogReport entity represents a single device log file stored on the servers. It has the following properties:

[int] Id:(Read Only) The identifier and primary key of the DeviceLogReport instance.

[string] Name:(Read Only) The name of the DeviceLogReport instance that is visible to end users.

[DeviceLogType] Type:(Read Only) The type of the DeviceLogReport instance. This value is represented by a

DeviceLogType

enumeration.

[DateTime] StartDate:(Read Only) A UTC timestamp that represents the beginning of the time range covered
by the DeviceLogReport instance.

Advertising