show_work_logs
Retrieve specific work log entries from Procore projects to track daily activities and monitor project progress.
Instructions
Show Work Logs. [Project Management/Daily Log] GET /rest/v1.0/projects/{project_id}/work_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Work Log ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |