DeviceLogsController_getDeviceLogStats
GET/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/users/:userId/devices/:deviceId/logs/stats
DeviceLogsController_getDeviceLogStats
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
platform stringrequired
userId stringrequired
deviceId stringrequired
Responses
- 200
- 400
Get Device Log Stats
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
stats object[]required
List of event stats
event stringrequired
Event type
count numberrequired
Count of logs for the event
{
"stats": [
{
"event": "string",
"count": 0
}
]
}
Bad Request
Loading...