Jetstream API
...
API Endpoints
Device Commands
Get All RFID Tags
8min
about instruct the specified device to scan for rfid tags command type device is online device is offline not synchronous, queueable immediate execution, published results queued execution, published results 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 devicename string required unique url the name of the device 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/devices/{device name}/epclist request body none required response code 200 ok response body { 	"commandid" "6f05b39a a7a8 4bff b694 00117af4a6d4", 	"status" "queued", 	"exceptionlist" \[], 	"outputparameterlist" \[] } published commandqueuedevent { 	"device" "mydevicename", 	"commandid" "6f05b39a a7a8 4bff b694 00117af4a6d4", 	"commandname" "getepclistcommand", 	"uri" "/3/devices/mydevicename/epclist", 	"verb" "get", 	"user" "myusername", 	"parameters" \[], 	"type" "commandqueuedevent", 	"eventid" "14858b69 f6ce 414d b64b 531e1a0a06f4", 	"eventtime" "2018 05 17t16 22 29z", "version" 3 } published commandcompletionevent { 	"commandid" "6f05b39a a7a8 4bff b694 00117af4a6d4", 	"commandname" "getepclistcommand", 	"outputparameterlist" \[ 	 { 	 "key" "epc", 	 "value" "ad4424044149cb775c0000cb" 	 }, 	 { 	 "key" "epc", 	 "value" "ad44240441498f755b0000c5" 	 }, 	 { 	 "key" "epc", 	 "value" "ad4424044149a3795c0000c7" 	 }, 	 { 	 "key" "epc", 	 "value" "ad4424044149f1765b0000cf" 	 } 	], 	"exceptionlist" \[], 	"device" "mydevicename", 	"receivedtime" "2017 05 17t16 23 10z", 	"type" "commandcompletionevent", 	"eventid" "c5ec82de 2284 4156 aa09 092669115b27", 	"eventtime" "2017 05 17t16 23 08z", "version" 2 } version changes added version property to events