Get device count history
Returns device count history.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
skip
skip
limit
limit
order
order
Allowed values:
serverId
The server ID where the device counts came from
before
The timestamp in milliseconds used as an upper range. Should be higher than the after value.
after
The timestamp in milliseconds used as a lower range. Should be lower than the after value.
Response
The device counts matching the specified query.
results
This is the schema for an IAP device count stored in Mongo
total
The total number of documents
Errors
500
Internal Server Error