LastUsedItem

Represents the last usage information for a card assignment.

LastUsedItem Properties

LastUsedItem

Field Type Inherited from Description
LastUsedOn DateTime LastUsedItem Gets or sets the date and time when the card was last used.
MessageLong String LastUsedItem Gets or sets the detailed message describing the last card usage event.
MessageShort String LastUsedItem Gets or sets the brief message summarizing the last card usage event.
Reader String LastUsedItem Gets or sets the name of the reader where the card was last used.
SeenOnEventKey String LastUsedItem Gets or sets the event key associated with the last card usage.

JSON Structure of LastUsedItem

{
   "LastUsedOn"	:	"DateTime",
   "MessageLong"	:	"String",
   "MessageShort"	:	"String",
   "Reader"	:	"String",
   "SeenOnEventKey"	:	"String"
}