Return Cellular info via API

I’m trying to pull the Cellular info via API, specifically the Network and the ICCID (just recently exposed in 6.3.0 firmware). Per this post, /rest/o/{organization_id}/g/{group_id}/d/{device_id} should work but with that I don’t get any of the WAN information. I’ve updated several devices to 6.3.0 build 1946 but I’m unable to pull the ICCID. Perhaps the API needs to updated to get that but I’m also missing where I get the other Cellular details such as ICCID, IMEI, Carrier, Signal Strength, etc.

Thanks,

John

Hi John,

Please note that the ICCID is retrieved on the fly from the device. So usually it is not available at the first call. You should get the information when you make the call again after a few seconds.

Regards,
Michael

Michael, thank you so much for your answer. I tried a lot of devices once but I hadn’t tried the same device twice. I just did and it pulled back everything I need.

Thanks,

John