get https://{url}/core/v1/partner/devices
List all devices connected to this partner.
Returned Data
Array of devices:
| 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 | 
