show_timecard_entry_project
Retrieve specific timecard entries for a project in Procore to track labor hours and manage project costs.
Instructions
Show timecard entry (Project). [Project Management/Field Productivity] GET /rest/v1.0/projects/{project_id}/timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the timecard entry | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |