Show Timecard Entry
show_timecard_entryRetrieve detailed information about a specific timecard entry using its ID and project ID. Returns the full details of a field productivity record.
Instructions
Return detailed information about a specific Timecard Entry. Use this to fetch the full details of a specific Field Productivity records by its identifier. Returns a JSON object describing the requested Field Productivity records. Required parameters: id, project_id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the timecard entry | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |