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