Jetstream API
...
API Endpoints
Policy Configuration

Get All Policies

5min
about return all policies 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 in your getting started docid\ j0ewjrfepjqeyjqn1t0vq id ulong searchable sortable url the id of the policy name string searchable sortable url the name of the policy devicedefinition string searchable sortable url the name of the device definition associated with the policy example request url get https //api jetstreamrfid com/3/policies request body none required response code 200 ok response body \[ { 	 "id" 1, 	 "name" "mypolicyname1", 	 "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" 	 }, }, { 	 "id" 2, 	 "name" "mypolicyname2", 	 "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" 	 }, } ] version changes addition of the id property