list_timecard_entries_company
Retrieve company-wide timecard entries from Procore to track labor hours, monitor project progress, and manage payroll data with customizable filters for dates, status, and personnel.
Instructions
List timecard entries (Company). [Project Management/Field Productivity] GET /rest/v1.0/companies/{company_id}/timecard_entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__party_id | No | Return item(s) with the specified Party ID. | |
| filters__in_progress_only | No | Return work in progress item(s). | |
| filters__include_in_progress | No | Return available and work in progress item(s). | |
| 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 | Return item(s) that were deleted within the specified ISO 8601 datetime range. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| start_date | No | The beginning of the date range for entries. (YYYY-MM-DD) | |
| end_date | No | The ending of the date range for entries. (YYYY-MM-DD) | |
| start_time_in | No | The beginning of the time_in range for entries (YYYY-MM-DDTHH:MM:SSZ). "Z" represents the timezone offset (i.e. -08:00, -0800). Optionally you may pass the literal "Z" which also means "UTC". | |
| end_time_in | No | The ending of the time_in range for entries (YYYY-MM-DDTHH:MM:SSZ). "Z" represents the timezone offset (i.e. -08:00, -0800). Optionally you may pass the literal "Z" which also means "UTC". | |
| use_filter_tz | No | When passed as "true" the timezone from start_time_in or end_time_in will be used for all timestamps in the response. Otherwise they'll use UTC. | |
| serializer_view | No | Changes what fields are included in the response. |