get https://{url}/core/v1/partner/devices/
Returned Data
Object with device's properties:
| Name | Type | Description |
|---|---|---|
| id | string | Unique Device ID |
| sb | string | Serial Number |
| mac | string | MAC Address |
| cloud_id | string | Unique Cloud ID |
| status | string | Device status (online, offline, etc) |
| last_seen_at | datetime | Timestamp of last time device sent telemetry |
| details | object | Device's extra details |
| state | object | Current device's state |
| model | object | Model's information |
| firmware | object | Firmware's information |
