Obtain all the devices that have been on the cloud currently, as well as the time of the last cloud access.
✨ Example
Request
curl --location -g '{{EU}}/wrapper/topic/getLinkedDevices'
Response
{
"errorCode": 0,
"info": null,
"body": [
{
"deviceSn": "A112200162230146",
"lastUploadTime": "2024-08-13T02:29:01.297Z"
},
{
"deviceSn": "A112300100932038",
"lastUploadTime": "2024-07-02T23:02:46.504Z"
},
{
"deviceSn": "B11220010073174A",
"lastUploadTime": "2024-07-22T11:59:40.826Z"
}
],
"successful": true
}