HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
API Reference

Get Top N Clients By Usage

Retrieves top N client by usage in reverse sorted order across a time range.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The ID of the site from which the clients are to be retrieved.

int64

Start timestamp in epoch milliseconds. Must be less than end-query-time.The interval between start-query-time and end-query-time must be ≤ 3 months. Default is end-query-time - 3 hours.

int64

End timestamp in epoch milliseconds. Must be greater than start-query-time, and the interval between start and end must be <= 3 months. Default is current timestamp.

string

Specifies the device identifier.

int64
Defaults to 5

Maximum number of clients to be retrieved. Allowed range is 1 to 100.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json