Jetstream API
...
API Endpoints
Policy Configuration
Get a Policy
5min
about return a specified policy from your jetstream application 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 policyname string required unique url the name of the policy 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/policies/{policyname} request body none required response code 200 ok response body { "name" "mypolicyname", 	"devicedefinition" "ts032, cabinet, us, uhf, gf, 7 9 cu ft", 	"parameters" { 	 "aggregateeventscancount" "2", 	 "aggregateeventscantime" "10", 	 "antenna1rxsensitivity" "50", 	 "antenna1txpower" "30", 	 "antenna2rxsensitivity" "50", 	 "antenna2txpower" "30", 	 "antenna3rxsensitivity" "50", 	 "antenna3txpower" "30", 	 "antenna4rxsensitivity" "50", 	 "antenna4txpower" "30", 	 "commandpollinterval" "60", 	 "dns" "0 0 0 0", 	 "dooropentimelimit" "300", 	 "gateway" "0 0 0 0", 	 "ip" "0 0 0 0", 	 "jetstreamdeviceurl" "https //us device tersosolutions com/v1 0/device/", 	 "lockdownhightemp" "127", 	 "lockdownonacpowerfailure" "0", 	 "lockdownonhightemp" "0", 	 "lockdownonreaderfailure" "0", 	 "logentryeventhightemp" "127", 	 "logentryeventlowtemp" " 128", 	 "logentrylevel" "warning", 	 "numberofantennas" "4", 	 "objecteventscancount" "2", 	 "objecteventscantime" "10", 	 "subnet" "0 0 0 0" 	}, 	"proprietarycommands" \[ 	 "" 	] } version changes none – this is a new endpoint