ObjectEvent
ObjectEvent reports the EPCs of all the RFID tags that were read by an RFID device at a given point in time.
Only Handheld devices will include the Alias or Credential(s) parameters in their object events.
Property | Details |
Type string | The type of Jetstream event. |
EventId string
Unique | The ID assigned to the event. |
EventTime string | The time that the event occurred. The value is expressed in UTC. This value is expressed in the following format: yyyy-MM-ddTHH:mm:ssZ |
Version int | The Jetstream version of the event. |
Device string | The name of the device. |
ReceivedTime string | The time that the event was received from the device. The value is expressed in UTC. This value is expressed in the following format: yyyy-MM-ddTHH:mm:ssZ |
Observe array(string) | The EPC tag numbers observed by the device. |
Alias string | The alias used by the device. This property is only present when Version has a value of 3+. If this property is present, its value is optional. If the value is not defined, it defaults to an empty string. |
Credential(s) string | The credentials used by the user who triggered the event. This property is only present when Version has a value of 3+. If this property is present, its value is optional. If the value is not defined, it defaults to an empty string. |
- Addition of the Alias property
- Addition of the Credentials property
- Addition of the Version property