Incontrol 2 API cellular signal request

Hi, I’m trying to use the Incontrol 2 API test page, and for the cellular signal GET request, what goes in the start field? It won’t work without it. Is there somewhere that details these commands further?

You should put a date in YYYY-MM-DD format. We will add more description later.

1 Like

So if I want the current cell signal for right now, I put today’s date?

You can collect cellular signal data of today if you input today’s date. But the data is not collected from devices in real time. For live cellular signal info, you could call /rest/o/{organization_id}/g/{group_id}/d/{device_id} . You can look into each cellular WAN under the “interfaces” node in the returned JSON.

2 Likes