EventMessageSummaryItem

Represents a summary of an event message

This is a concise event message that provides just the headlines so you can determine if it requires more investigation.

EventMessageSummaryItem Properties

EventMessageSummaryItem

Field Type Inherited from Description
EventSourceKey String EventMessageSummaryItem Gets or sets the key of the event source (e.g., door, reader, controller)
InfolderKey String EventMessageSummaryItem Gets or sets the folder key where the event source is located
Key String EventMessageSummaryItem Gets or sets the unique identifier of the event message
MessageLong String EventMessageSummaryItem Gets or sets the long-form message text
MessageShort String EventMessageSummaryItem Gets or sets the short-form message text
PublishedOn DateTime EventMessageSummaryItem Gets or sets the date and time when the event was published

JSON Structure of EventMessageSummaryItem

{
   "EventSourceKey"	:	"String",
   "InfolderKey"	:	"String",
   "Key"	:	"String",
   "MessageLong"	:	"String",
   "MessageShort"	:	"String",
   "PublishedOn"	:	"DateTime"
}