Jetstream API
...
API Endpoints
Device Definition Configuratio...
Get a Device Definition
5min
about return a specified device definition from jetstream 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\ j0ewjrfepjqeyjqn1t0vq devicedefinitionname string required unique url the name of the device definition 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/3/devicedefinitions/{devicedefinitionname} request body none required response code 200 ok response body { 	"id" 76, "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 none