show_a_timesheet
Retrieve a specific timesheet entry from Procore projects to view work hours, track labor costs, and manage project payroll data.
Instructions
Show A Timesheet. [Project Management/Field Productivity] GET /rest/v1.0/projects/{project_id}/timesheets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |