Jetstream API
...
API Endpoints
Policy Configuration

Get a Device's Policy

5min
about return a specified device’s 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 in your getting started docid\ j0ewjrfepjqeyjqn1t0vq 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/{devicename}/policy request body none required response code 200 ok response body { 	"id" 0, "name" "mypolicyname", 	"parameters" { 	 "aggregateeventscancount" "3" 	}, 	"lastpolicyupdate" "2018 05 18t20 39 16z", 	"lastpolicysync" "2018 05 18t20 39 16z" } version changes none