HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
API Reference

Get top application categories by usage

This API endpoint returns the top N application categories ranked by usage (tx + rx bytes) for the requested scope. The maximum time range is 7 days. If the range between start-at and end-at exceeds 7 days, start-at is automatically adjusted to be 7 days before end-at. This is intentional behavior; no error is returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time
required
length ≤ 27

The start time in RFC 3339 Format or epoch milliseconds (must be within 7 days of end-at).

date-time
required
length ≤ 27

The end time in RFC 3339 Format or epoch milliseconds (must be greater than start-at).

string
length ≤ 20

Filter by site identifier.

string
length ≤ 17

Filter by client MAC address. Forces use of the main data table (not aggregated).

string
length ≤ 64

Filter by device serial number. Forces use of the main data table (not aggregated).

int32
1 to 500
Defaults to 100

Maximum number of items to return per page (1–500). Default: 100.

string
length ≤ 256

Filter by SSID name.

string
length ≤ 256

Filter by user role.

int32
≥ 0
Defaults to 0

Zero-based index of the first item to return. Default: 0.

int32
1 to 500
Defaults to 100

Maximum number of top-ranked application categories to return in total across all pages (1–500). Default: 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