show_equipment_timecard_entry_project
Retrieve specific equipment timecard entries for projects in Procore to track field productivity and manage project equipment usage.
Instructions
Show equipment timecard entry (Project). [Project Management/Field Productivity] GET /rest/v1.0/companies/{company_id}/projects/{project_id}/equipment_timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | ID of the equipment timecard entry | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |