list_plan_revision_logs
Retrieve plan revision logs for a Procore project to track changes and maintain documentation. Filter by date, creator, or segment for specific records.
Instructions
List Plan Revision Logs. [Project Management/Daily Log] GET /rest/v1.0/projects/{project_id}/plan_revision_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| log_date | No | Date of specific logs desired in YYYY-MM-DD format | |
| start_date | No | Start date of specific logs desired in YYYY-MM-DD format (use together with end_date) | |
| end_date | No | End date of specific logs desired in YYYY-MM-DD format (use together with start_date) | |
| filters__created_by_id | No | Returns item(s) created by the specified User IDs. | |
| filters__daily_log_segment_id | No | Daily Log Segment ID filter | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |