list_timecard_entries
Retrieve timecard entries for a Procore project within a specified date range to track field productivity and manage labor hours.
Instructions
List timecard entries. [Project Management/Field Productivity] GET /rest/v1.0/timecard_entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| start_date | No | The beginning of the date range for entries. (YYYY-MM-DD); if not provided, this will default to 1 week ago | |
| end_date | No | The end of the date range for entries. (YYYY-MM-DD); if not provided, this will default to today | |
| page | No | Page | |
| per_page | No | Elements per page |