Get Thing Events Logs
This guide will show you how you can see Thing Event logs via API.
View Events Logs
POST https://console.monogoto.io/thing/searchCDR
Headers
YOUR_TOKEN*
String
Your authentication token
CUSTOMER_ID
String
Customer API key
Request Body
ICCID*
String
The ICCID of your SIM
EVENT_SEVERITY
String
GREATER_OR_EQUAL_TIMESTAMP
String
LESS_TIMESTAMP
String
EVENT_DATA_TYPE
String
EVENT_MESSAGE_TYPE
String
RESULTS_LIMIT
String
{
// Response
}Example using cURL:
Example of request that will show last 50 Events for our Thing:
Expected result will show 50 last Events for our Thing:
Example request that will show only Event CDR results for our Thing:
Expected result will show only CDR Events for our Thing:
Example request that will show only our entered SIM open data sessions Events:
Expected result:
Example request that will show only our entered SIM closed data sessions Events:
Expected result:
Last updated
Was this helpful?