Jetstream API
Event Types
ObjectEvent
5min
about objectevent reports the epcs of all the rfid tags that were read by an rfid device at a given point in time only handheld docid\ mwq ucnvczj5cgj upuje devices will include the alias or credential(s) parameters in their object events fields 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 examples published objectevent from all device types other than handhelds { "observe" \[ "e2009061540301250180f17e", "e2009061540301230180f176", "e2009061548301420180f1c2", "e2009061540301440180f1ca", "ad0052210000000000014469", "e2009061540301460180f1d2" ], "device" "mydevicename", "receivedtime" "2018 05 19t06 15 00z", "type" "objectevent", "eventid" "5b9085e0 e83b 4b74 a937 43df932508c8", "eventtime" "2018 05 19t06 14 56z", "version" 2 } published objectevent from a handheld { 	"type" "objectevent", 	"alias" "myaliasname", 	"device" "mydevicename", 	"eventid" "ac1d6984 e2a4 4028 9d2d 1e007f6fc18c", 	"observe" \[ 	 "e2009061540301250180f17e", 	 "e2009061540301230180f176", 	 "e2009061548301420180f1c2", 	 "e2009061540301440180f1ca", 	 "ad0052210000000000014469", 	 "e2009061540301460180f1d2", 	], 	"version" 3, 	"eventtime" "2020 11 25t20 20 32z", 	"credential" null, 	"credentials" "", 	"receivedtime" "2020 11 25t20 20 34z" } version changes addition of the alias property addition of the credentials property addition of the version property