Get User Logins Per Hour.

Prev Next
Get
/stats/user-logins

Get the User Logins Per Hour for the last 24 hours.

Security
HTTP
Type bearer
Responses
200

User Logins Per Hour.

Expand All
object
data
object

A dictionary of User Logins Per Hour. The key is the hour, the value is a map of Users Logins per controller. For example 8: {'total': '30'} means, between 08:00 - 09:00, total 30 Logins have occurred to all controllers. Times are UTC based and if the hour number is after the current time, it represents the day before.

Example{ "0": { "total": "120" }, "1": { "total": "142" }, "2": { "total": "165" }, "3": { "total": "105" } }
property*
number additionalProperties

Number of User Logins (Claims Token retrieval) for this hour.

401

Token error. Login again.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

403

Insufficient permissions to access this resource.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.