get
https://{subdomain}.td.commpeak.com/api/users/user-breaks/from//till//user_ids//break_ids/
Returns the break sessions recorded for users within a time period.
When to use. Report on when agents were on break, optionally narrowed to specific users or break types. To look up the available break types and their IDs, use GET /users/breaks.
Parameters.
from,till(path): start and end of the period.user_ids(path): comma-separated user IDs to include.break_ids(path): comma-separated break IDs to include.
Returns. { "usersBreaks": [ { "user_id": 5, "break_id": 2, "start_break": "...", "end_break": "..." } ] }.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…