list_timecard_data
Retrieve timecard records from Procore for workforce tracking and payroll processing. Filter by date ranges, update times, or deletion status to manage labor data.
Instructions
List Timecard Data. [Project Management/Field Productivity] GET /rest/v1.0/companies/{company_id}/timesheets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| 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. | |
| start_date | No | Start date of specific timecards desired in YYYY-MM-DD format (use together with end_date) | |
| end_date | No | End date of specific timecards desired in YYYY-MM-DD format (use together with start_date) |