Jetstream API
...
Device Definition Configuratio...
Get All Device Definitions
5 min
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 in your getting started docid\ bbifqiuixnd5iafmrebbi id ulong searchable sortable url the id assigned to the device definition this value is generated by jetstream – do not define it in requests 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 policy parameters docid\ g6s4nzg5dsgaf dcagbtb 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 policy parameters docid\ g2ehibf dqnwc4nh0cx1w 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 7onvtntdtfl9ptdal2nvo 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\ ww54y7kiqnfvyk8zyqakv command is supported or not updatefirmwarecommand string searchable sortable url the indicator defined for the device definition on whether the update firmware docid\ h9h679y t3yztcipn2gcz command is supported or not example request url get https //api jetstreamrfid com/3/devicedefinitions request body none required response code 200 ok response body \[ 	{ 	 "id" 1, 	 "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" 	 } 	}, 	{ 	 "id" 2, 	 "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 addition of the id property