list_weather_logs
Retrieve weather log records for construction projects to track environmental conditions and maintain daily logs. Filter by date range or specific dates to access historical weather data.
Instructions
List Weather Logs. [Project Management/Daily Log] GET /rest/v1.0/projects/{project_id}/weather_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) | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__daily_log_segment_id | No | Daily Log Segment ID filter |