Jetstream API
...
API Endpoints
Device Configuration
Get All Devices
5min
about return all devices 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 name string searchable sortable url the name of the device serialnumber string searchable sortable url the physical serial number of the device devicedefinition string searchable sortable url the name of the device definition associated with the device region string searchable sortable url the geographic region that the rfid device is being placed this is used to create the most reliable and lowest latency connection to the device policy string searchable sortable url the name of the policy associated with the device example request url get https //api jetstreamrfid com/2/devices request body none required response code 200 ok response body \[ { "name" "mydevicename1", 	 "serialnumber" "mydeviceserialnumber1", 	 "devicedefinition" "ts032, cabinet, us, uhf, gf, 7 9 cu ft, v4", 	 "region" "us" 	 "policy" "" }, { "name" "mydevicename2", 	 "serialnumber" "mydeviceserialnumber2", 	 "devicedefinition" "ts047, freezer, eu, uhf, mf, 3 7 cu ft, v4", 	 "region" "eu" 	 "policy" "mydevicepolicy" }, { "name" "mydevicename3", 	 "serialnumber" "mydeviceserialnumber3", 	 "devicedefinition" "ts068, freezer, ap, uhf, mf, 3 7 cu ft, v4", 	 "region" "ap" 	 "policy" "" } ] version changes replaces getconfiguration