Get Thing Data Session Status
This guide will show you how you can view Thing (SIM) current data session status.
Get Thing data session status
GET https://console.monogoto.io/thing/status?ThingIds=ThingId_ICCID_{ICCID}
Path Parameters
Name
Type
Description
&limit=50&offset=0
String
You can add a limit and offset to the url path
ICCID
String
The ICCID of your SIM
Headers
Name
Type
Description
YOUR_TOKEN
String
Your authentication token
{
"Message": "string",
"Success": true,
"Data": [
{
"CustomerId": "string",
"ThingId": "string",
"ThingName": "string",
"ThingDescription": "string",
"ProvisionStatus": "string",
"ActiveIMSI": "string",
"LastConnectionTime": "string",
"LastDisconnectionTime": "string",
"MSISDN": "string",
"ActiveSessions": {
"ActiveSessionId": "string",
"ApnName": "string",
"IPAddress": "string",
"LastConnectedTime": 0,
"UplinkThroughput": 0,
"DownlinkThroughput": 0
}
}
]
}Example using cURL:
Example of received result showing Thing current data session status:
Last updated
Was this helpful?