get https://{url}/v1/devices//children
Use the hub_url received in the registration response as your base URL.
This API requires the device to authenticate, see Device Authentication.
Gets a list of all child devices of a parent device.
Return Data
An array of device information objects, one per child.
| Name | Type | Description |
|---|---|---|
| id | string | Device ID |
| sn | string | Serial number |
| mac | string | MAC address |
| state | object | Represents the current device state |
| access_key | string | Unique access key used for authentication |
| last_seen | datetime | When data was last received from the device |
| name | string | Friendly name set in the UI |
| firmware_version | string (semver) | Firmware version |
| vendor | string | Manufacturer name |
| model | string | Device model |
| claimed | string | Name of the organization that owns the device, or NULL |
| details | object | Optional: Object containing details provided during device registration |
