Change History
change_historyAccess paginated change history for timecard entries in Field Productivity records. Requires project ID; optional page and per_page control pagination.
Instructions
Change history for timecard entries. Use this to read information about Field Productivity records from Procore. Returns a paginated JSON array of Field Productivity records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Field Productivity. Endpoint: GET /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 | No | JSON request body field — the ids for this Field Productivity operation | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |