Get Device On-Boardings Per Hour.

Prev Next
Get
/stats/on-boarded-devices

Get the Device On-Boardings Per Hour for the last 24 hours.

Security
HTTP
Type bearer
Responses
200

Device On-Boardings Per Hour.

Expand All
object
data
object

A dictionary of Device On-Boardings Per hour. The key is the hour, the value is the amount of on-boards. For example 8:24 means, between 08:00 - 09:00, 24 on-boards have occurred. Times are UTC based and if the hour number is after the current time, it represents the day before.

Example{ "0": 120.0, "1": 142.0, "2": 165.0, "3": 105.0 }
property*
number additionalProperties

Number of On-Boardings 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.