Jetstream API
Event Types
AliasModifiedEvent
4min
about aliasmodifiedevent data indicates when an application has modified an alias using modify an alias docid\ nl75i4z2qkopklpmdra2e 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 id ulong the id of the alias generated by jetstream alias string the name of the alias devices array(string) list of devices that can assume this alias region string the geographic region that the rfid device is being placed this is used to create the most reliable and lowest latency connection to the device this value is one of the following possibilities us, eu, ap, usgov example published aliasmodifiedevent { "id" 1, "alias" "mynewaliasname", "devices" \[ "mydevicename1", "mydevicename2", "mynewdevicename3" ], "region" "us", "type" "aliasmodifiedevent", "eventid" "f635b21d 1425 4a10 b934 266e707ce785", "eventtime" "2018 05 19t07 17 50z", "version" 3 } version changes none – this is a new event