Get device info through Web API

Don2 years ago

Hi All,

I use v5.3, I'm trying to get a device info of a specific IMEI through web API but it returns all devices, did I miss something or is it a known bug?

http://xxx.xxx.com:8082/api/devices?uniqueid=354017111831083
Anton Tananaev2 years ago

The parameter is wrong. It should be uniqueId instead of uniqueid, as the API documentation says.

Don2 years ago

@Anton

Thank you so much!, my bad!, I forgot if it's case sensitive!.
good day!