Update: If I move this device from group a to group b, I can find it from api get devices, if I move it back to group a, I cant find it again.
I can find any other device from both group a or group b.
All devices are literally all devices. Other options will only return devices that are linked to the user account.
Thanks for your time Anton.
The point is that I could see other devices from this same group, with this same api user.
Anyway, I removed all groups from that api user and then linked all groups to the user again. Everything is working now.
The "get devices" api method is not reporting a device when I query the id
Sometimes it does this. You can also call GET /api/devices/{id} explicitly, like the web app does it.
Hello everyone.
The "get devices" api method is not reporting a device when I query the
id
oruniqueId
, but I can find this device when I call the method with the parameterall: true
.Any clue?
How can I see the API log to try understand whats happening here?