Daily activities summary
hubstaff_daily_activitiesRetrieve daily aggregated tracked-time activities for an organization within a specified date range. Filter by users, projects, and paginate results.
Instructions
Get per-day aggregated tracked-time activities for an organization over a date range (dates are YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | No | Filter by user ids. | |
| date_stop | Yes | End date, YYYY-MM-DD. | |
| date_start | Yes | Start date, YYYY-MM-DD. | |
| page_limit | No | Number of records per page (max 500). | |
| project_ids | No | Filter by project ids. | |
| page_start_id | No | Cursor id to start the page from (for pagination). | |
| organization_id | Yes | Organization id. |