Jetstream API
...
API Endpoints
Device Configuration
Get a Device
5min
Return a specified device from your Jetstream application.
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 user profile. |
Name 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-_,. ]*$ |
GET https://api.jetstreamrfid.com/3/devices/{Device Name}
None Required
200 OK
{
"Id": 1,
"Name": "MyDeviceName",
"SerialNumber": "MyDeviceSerialNumber",
"DeviceDefinition": " TS032, Cabinet, US, UHF, GF, 7.9 cu ft, v4",
"Region": "US"
"Policy": "MyDevicePolicy"
"Aliases": [
"MyAliasName1",
"MyAliasName2"
]
}
Addition of the Id property. Addition of the Aliases property.