core_users_metrics_retrieve
GET/api/v3//core/users/:id/metrics/
User metrics per 1h
Request
Path Parameters
id integerrequired
A unique integer value identifying this User.
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (auto)
Schema
logins object[]required
logins_failed object[]required
authorizations object[]required
{
"logins": [
{
"x_cord": 0,
"y_cord": 0
}
],
"logins_failed": [
{
"x_cord": 0,
"y_cord": 0
}
],
"authorizations": [
{
"x_cord": 0,
"y_cord": 0
}
]
}
- application/json
- Schema
- Example (auto)
Schema
non_field_errorsstring[]
codestring
property name*any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (auto)
Schema
detailstringrequired
codestring
{
"detail": "string",
"code": "string"
}
Authorization: http
name: authentiktype: httpscheme: bearer
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP