list_all_timesheets
Retrieve all timesheets for a Procore project to track field productivity and manage project labor data. Use project ID and optional filters to access timesheet records.
Instructions
List all Timesheets. [Project Management/Field Productivity] GET /rest/v1.0/projects/{project_id}/timesheets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__deleted_at | No | Returns item(s) deleted within the specified ISO 8601 datetime range. | |
| filters__date | No | Returns item(s) within the specified ISO 8601 datetime range. |