show_weather_logs
Retrieve weather log data for specific dates in Procore projects to track and document environmental conditions affecting construction activities.
Instructions
Show Weather Logs. [Project Management/Daily Log] GET /rest/v1.0/projects/{project_id}/weather_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Use log date as your ID. Format YYYYMMDD ie:20161108 | |
| log_date | No | Log date of specific log desired in YYYY-MM-DD format (This will override ID as log Date) | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |