Device - GET Device LoRa ID
Get the registered LoRa ID for the device
Gethttps://api.iotstadium.com/ext/device-lora-hardware-id/:id
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer {{token}}"
}
Parameter
Field | Type | Description |
---|---|---|
id | Integer |
Device LoRa ID |
'https://api.iotstadium.com/ext/device-lora-hardware-id/8736718'
{
"message": "Device found",
"code": 200,
"data": [
{
"message": "Device found",
"field": "lora_device"
}
]
}
{
"message": "Device not found",
"code": 400,
"errors": [
{
"message": "Device not found",
"field": "lora_device"
}
]
}