Jetstream API
Event Types
DeviceCredentialsAddedEvent
4min
about devicecredentialsaddedevent data indicates when an application has added credentials to the access control list of a device using create device credentials docid y xfsvux fyloqyuzqmr 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 credentialtype string the type of the credentials added addedcredentials array(string) the list of 10 40 digit hexadecimal rfid values of the access passes that were added to the device example published devicecredentialsaddedevent { "device" "mydevicename", "credentialtype" "basic", "addedcredentials" \[ "mybasiccredentials1 value", "mybasiccredentials2 value", "mybasiccredentials3 value" ], "type" "devicecredentialsaddedevent", "eventid" "f635b21d 1425 4a10 b934 266e707ce785", "eventtime" "2018 05 19t07 17 50z", "version" 3 } version changes none – this is a new event