Get Daily Reports / 運転報告一覧取得
get_daily_reportsRetrieve daily reports for drivers within a date range, filtered by driver name and result limit.
Instructions
Retrieves a list of daily reports for all drivers within a specified date range. / 指定された日付範囲内の全ドライバーの日報をリストで取得します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| driverName | No | Driver name (partial match, put a space between family and given name) / ドライバー名(部分一致。姓と名の間に必ずスペースを入れてください) | |
| dateFrom | No | Start date (yyyy-MM-dd) / 開始日 (yyyy-MM-dd) | |
| dateTo | No | End date (yyyy-MM-dd) / 終了日 (yyyy-MM-dd) | |
| limit | No | Number of results to retrieve (default: 100, max: 500) / 取得件数 (デフォルト:100, 最大:500) |