show_timecard_entry_company
Retrieve a specific timecard entry for a company in Procore to view work hours, labor details, and project tracking data.
Instructions
Show timecard entry (Company). [Project Management/Field Productivity] GET /rest/v1.0/companies/{company_id}/timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the timecard entry | |
| company_id | Yes | Unique identifier for the company. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |