Skip to main content

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

Get Device Log Stats

Schema
    stats object[]required

    List of event stats

  • Array [
  • event stringrequired

    Event type

    count numberrequired

    Count of logs for the event

  • ]
Loading...