Jetstream API
...
API Endpoints
Device Definition Configuratio...
Get All Device Definitions
5min
about return all of the available device definitions that jetstream supports 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 name string searchable sortable url the name of the device definition firmwareversion string searchable sortable url the firmware version defined for the device definition getconfigvaluescommand string searchable sortable url the indicator defined for the device definition on whether or not the get a device's configuration parameters docid 94vzb6djztjxfyzb78uj command is supported or not setconfigvaluescommand string searchable sortable url the indicator defined for the device definition on whether or not the set a device's configuration parameters docid\ llqub1kfyhmeomohn 1fc command is supported or not getepclistcommand string searchable sortable url the indicator defined for the device definition on whether or not the get all rfid tags docid\ ci32mn8hwosbcmjmdu4tp command is supported or not resetcommand string searchable sortable url the indicator defined for the device definition on whether or not the restart a device docid 9jcownfudipbznnnryfr0 command is supported or not updatefirmwarecommand string searchable sortable url the indicator defined for the device definition on whether or not the update firmware docid\ h9h679y t3yztcipn2gcz command is supported or not example request url get https //api jetstreamrfid com/2/devicedefinitions request body none required response code 200 ok response body \[ 	{ 	 "name" "ts024, cabinet, us, uhf, mf, 5 7 cu ft", 	 "firmwareversion" "3 31", 	 "getconfigvaluescommand" true, 	 "setconfigvaluescommand" true, 	 "getepclistcommand" true, 	 "resetcommand" true, 	 "updatefirmwarecommand" true, 	 "devicespecificcommandnames" \[ 	 "getpasses", 	 "lockdown ", 	 "updatepasses" 	 ], 	 "configparameters" { 	 "aggregateeventscancount" "int", 	 "aggregateeventscantime" "int", 	 "antenna1rxsensitivity" "int", 	 "antenna1txpower" "int", 	 "antenna2rxsensitivity" "int", 	 "antenna2txpower" "int", 	 "antenna3rxsensitivity" "int", 	 "antenna3txpower" "int", 	 "antenna4rxsensitivity" "int", 	 "antenna4txpower" "int", 	 "commandpollinterval" "int", 	 "dns" "string", 	 "dooropentimelimit" "int", 	 "gateway" "string", 	 "ip" "string", 	 "jetstreamdeviceurl" "string", 	 "lockdownhightemp" "int", 	 "lockdownonacpowerfailure" "bool", 	 "lockdownonhightemp" "bool", 	 "lockdownonreaderfailure" "bool", 	 "logentryeventhightemp" "int", 	 "logentryeventlowtemp" "int", 	 "logentrylevel" "string", 	 "numberofantennas" "int", 	 "objecteventscancount" "int", 	 "objecteventscantime" "int", 	 "subnet" "string" 	 }, 	 "sensorreadingmeasures" { 	 "temperaturea" "c", 	 "temperatureb" "c" 	 } 	}, 	{ 	 "name" "ts032, cabinet, us, uhf, gf, 7 9 cu ft", 	 "firmwareversion" "3 31", 	 "getconfigvaluescommand" true, 	 "setconfigvaluescommand" true, 	 "getepclistcommand" true, 	 "resetcommand" true, 	 "updatefirmwarecommand" true, 	 "devicespecificcommandnames" \[ 	 "getpasses", 	 "lockdown ", 	 "updatepasses" 	 ], 	 "configparameters" { 	 "aggregateeventscancount" "int", 	 "aggregateeventscantime" "int", 	 "antenna1rxsensitivity" "int", 	 "antenna1txpower" "int", 	 "antenna2rxsensitivity" "int", 	 "antenna2txpower" "int", 	 "antenna3rxsensitivity" "int", 	 "antenna3txpower" "int", 	 "antenna4rxsensitivity" "int", 	 "antenna4txpower" "int", 	 "commandpollinterval" "int", 	 "dns" "string", 	 "dooropentimelimit" "int", 	 "gateway" "string", 	 "ip" "string", 	 "jetstreamdeviceurl" "string", 	 "lockdownhightemp" "int", 	 "lockdownonacpowerfailure" "bool", 	 "lockdownonhightemp" "bool", 	 "lockdownonreaderfailure" "bool", 	 "logentryeventhightemp" "int", 	 "logentryeventlowtemp" "int", 	 "logentrylevel" "string", 	 "numberofantennas" "int", 	 "objecteventscancount" "int", 	 "objecteventscantime" "int", 	 "subnet" "string" 	 }, 	 "sensorreadingmeasures" { 	 "temperaturea" "c", 	 "temperatureb" "c" 	 } 	} ] version changes replaces getdevicedefinitions