IoT Stadium

API Documentation

Device

Device - GET Device LoRa ID

Get the registered LoRa ID for the device

Get
https://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"
        }
    ]
}