List Change History For Timesheet
list_change_history_for_timesheetRetrieve change history for specified timesheets. Provide project ID and timecard entry IDs to view field productivity record changes.
Instructions
Returns Change History for specified Timesheet. Use this to perform the list change action on Field Productivity records. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id, ids. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/timesheets/change_history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| ids | Yes | JSON request body field — array of Timecard Entry IDs you want to view the Change Histories for |