Show Timecard Entry Change History (Company)
show_timecard_entry_change_history_companyRetrieve the complete change history for a specific timecard entry using company ID and entry ID. Returns paginated JSON records.
Instructions
Show timecard entry change history (Company). Use this to fetch the full details of a specific Field Productivity records by its identifier. Returns a paginated JSON array of Field Productivity records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: id, company_id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/companies/{company_id}/timecard_entries/{id}/change_history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the timecard entry | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |