(date, hour, user) → minutes shape ready for time-series visualizations.
Authentication
string
required
Your Active API Key from the Management Tool.
Query parameters
string
Sessions that were started or finished after this time are included in the productivity calculation.Accepted formats:
2021-04-01, 2021-04-01T12:00, 2021-04-01T12:00:00.string
Sessions that were started or finished before this time are included.
If both
start and end are omitted, productivity for all sessions in the database is returned. See Time parameter conventions for full rules and boundary clipping.Response (200 OK)
date-time
The date (date portion is significant; time portion encodes UTC offset).
double
Total number of minutes the user was active during this hour of the day.
string
The user name.
int32
The hour of the day (
0–23).Example
Errors
See Status codes. Common errors:- 400 Bad Request — invalid
startorendformat. - 403 Forbidden — Data Connector not registered.
Related
List users
Get the full user list (use for filtering or display).
List sessions with productivity
Session-level productivity — duration, idle, productive time.
Application statistics
Per-application breakdown of where active time went.
Power BI example
The Power BI User Productivity report uses this endpoint.