Jetstream API
...
API Endpoints
Device Commands

Get All Passes

8min
about return all passes that are currently contained in the access control list of the specified device command type device is online device is offline synchronous, queueable immediate execution, published results queued execution, published results applicable to the following device types rfid enclosures (cabinets, fridges, freezers) docid\ kobljqnco2s0 1oznf09g parameters property location details accesskey string required unique header the access key for your user account this value is a 36 character guid provided during user account sign up https //jetstreamrfid com/login/signup devicename string required unique url the name of the device this value has a max length of 128 ascii characters this value must adhere to this regular expression ^\[a za z0 9 ] $ example request url get https //api jetstreamrfid com/2/devices/{device name}/accesscontrol request body none required response code 200 ok response body { 	"commandid" "0093fac7 1d82 430a 8bd2 0562c2067037", 	"status" "completed", 	"exceptionlist" \[], 	"outputparameterlist" \[ 	 { 	 "key" "passrfid", 	 "value" "mypassnumber" 	 } 	] } published commandqueuedevent { 	"device" "mydevicename", 	"commandid" "0093fac7 1d82 430a 8bd2 0562c2067037", 	"commandname" "getpasses", 	"uri" "/2/devices/mydevicename/accesscontrol", 	"verb" "get", 	"user" "myusername", 	"parameters" \[], 	"type" "commandqueuedevent", 	"eventid" "b2bd08c9 6001 45d0 8981 dda986b2d0b2", 	"eventtime" "2017 05 16t21 17 21z" } published commandcompletionevent { 	"commandid" "0093fac7 1d82 430a 8bd2 0562c2067037", 	"commandname" "getpasses", 	"outputparameterlist" \[ 	 { 	 "key" "passrfid", 	 "value" "mypassnumber" 	 } 	], 	"exceptionlist" \[], 	"device" "mydevicename", 	"receivedtime" "2017 05 16t21 17 13z", 	"type" "commandcompletionevent", 	"eventid" "59236a58 2581 4f10 be5c 44c11e681794", 	"eventtime" "2017 05 16t21 17 12z" } version changes replaces getpasses