everhour_get_user_time
Fetch time records for a specific user by date range with pagination. Retrieve detailed time entries to monitor work hours and analyze productivity.
Instructions
Get time records for a specific user with date range and pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date for time records (YYYY-MM-DD format, e.g., "2024-01-31") | |
| from | No | Start date for time records (YYYY-MM-DD format, e.g., "2024-01-01") | |
| page | No | Page number for pagination (default: 1) | |
| limit | No | Maximum number of results per page (default: 100) | |
| userId | Yes | User ID to get time records for |