Show Weather Logs
show_weather_logsRetrieve full details of a specific weather log from a Procore project using its unique identifier or log date.
Instructions
Returns single Weather Log. Use this to fetch the full details of a specific Daily Log records by its identifier. Returns a JSON object describing the requested Daily Log records. Required parameters: project_id, id. Procore API: Project Management > Daily Log. Endpoint: GET /rest/v1.0/projects/{project_id}/weather_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — use log date as your ID. Format YYYYMMDD ie:20161108 | |
| log_date | No | Query string parameter — log date of specific log desired in YYYY-MM-DD format (This will override ID as log Date) | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |