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