Event
Event List
POST /adhoc/query
Body request parameter
{
"datasource": "rum_event ",
"timePeriod": 360
"endTime": "2025-03-19 14:27 ",
"dimensions ": [
"timestamp ",
"id ",
"pagePath ",
"ip ",
"userId ",
"message ",
"status ",
"source ",
"sessionId ",
"countryId ",
"regionId ",
"cityId ",
"countyId ",
"carrierId ",
"connectType ",
"system ",
"deviceType"
],
"filters ": [
{
"name": "mpId ",
"value ": [
10
],
"operator": "IN"
}
],
"metrics": []
"limit": 10
"render": "list ",
"orderByExprs": "timestamp desc ",
"groupBy": false
}
Request Parameters
Name | Location | Type | Required | Description |
---|---|---|---|---|
body | body | object | No | none |
Return Example
[
{
"deviceType": "iPhone 12/13 (Pro) ",
"connectType": "wifi ",
"ip": "114.242.217.98 ",
"regionName": "Beijing ",
"source": "{\"attributes\":[{\"key\":\"mp.event.msg\",\"value\":\"wjn-msg11\"},{\"key\":\"mp.event.status\",\"value\":\"wjn=status11\"},{\"key\":\"mp.event.context\",\"value\":\"{\\\"detail\\\":\\\"wjn-detail=context11\\\"}\"}],\"name\":\"wjn-recordEvent11\",\"timestamp\":1742365181631} ",
"sessionId": "31f5f4d1-358d-406a-988c-9642c42e193a ",
"cityId": 481101
"pagePath": "/pages/index/index ",
"message": "wjn-msg11 ",
"userId": "testUser ",
"countryId": 48
"system": "iOS 10.0.1 ",
"cityName": "Beijing ",
"carrierName": "China Unicom ",
"regionId": 4811
"countyId": 48110105
"id": "47f63c26-1997-42bf-aab1-c2b41c88dd77 ",
"countryName": "China ",
"carrierId": 16
"timestamp": 1742365181000
"countyName": "Chaoyang District"
}
]
Return Results
Status Code | Meaning of status code | Description | Data Model |
---|---|---|---|
200 | OK | none | Inline |
Return data structure
Status Code 200
Name | Type | Required | Constraints | Chinese name | Description |
---|---|---|---|---|---|
» deviceType | string | false | none | none | |
» connectType | string | false | none | none | |
» ip | string | false | none | none | |
» regionName | string | false | none | none | |
» source | string | false | none | none | |
» sessionId | string | false | none | none | |
» cityId | integer | false | none | none | |
» pagePath | string | false | none | none | |
» message | string | false | none | none | |
» userId | string | false | none | none | |
» countryId | integer | false | none | none | |
» system | string | false | none | none | |
» cityName | string | false | none | none | |
» carrierName | string | false | none | none | |
» regionId | integer | false | none | none | |
» countyId | integer | false | none | none | |
» id | string | false | none | none | |
» countryName | string | false | none | none | |
» carrierId | integer | false | none | none | |
» timestamp | integer | false | none | none | |
» countyName | string | false | none | none |
Dimensional Trends
POST /adhoc/query
Body request parameter
{
"datasource": "rum_event ",
"timePeriod": 360
"endTime": "2025-03-19 14:27 ",
"dimensions ": [
"eventStatus"
],
"filters ": [
{
"name": "mpId ",
"value ": [
10
],
"operator": "IN"
}
],
"metrics ": [
"eventCount"
],
"orderByExprs": "eventCount desc ",
"limit": 10
"render": "list"
}
Request Parameters
Name | Location | Type | Required | Description |
---|---|---|---|---|
body | body | object | No | none |
Return Example
[
{
"eventStatus": "wjn=status11 ",
"eventCount": 1
}
]
Return Results
Status Code | Meaning of status code | Description | Data Model |
---|---|---|---|
200 | OK | none | Inline |
Return data structure
Status Code 200
Name | Type | Required | Constraints | Chinese name | Description |
---|---|---|---|---|---|
» eventStatus | string | false | none | none | |
» eventCount | integer | false | none | none |