DeviceLogsController_getDeviceLogStats
GEThttps://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
- 200
- 400
Get Device Log Stats
- application/json
- Schema
- Example (from schema)
Schema
stats object[]required
{
"stats": [
{
"event": "string",
"count": 0
}
]
}
Bad Request
Authorization: JWT
name: JWTtype: httpscheme: bearerbearerFormat: JWTdescription: Enter JWT tokenin: header
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
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>'
ResponseClear