Skip to main content

DeviceLogsController_getDeviceLogStats

GET 

https://api.iap.dev/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

  • ]

Authorization: JWT

name: JWTtype: httpscheme: bearerbearerFormat: JWTdescription: Enter JWT tokenin: header
curl -L -X GET 'https://api.iap.dev/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/users/:userId/devices/:deviceId/logs/stats' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.iap.dev
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!