Get Daily Log Headers For The Project
get_daily_log_headers_for_the_projectRetrieve daily log headers for a project, optionally filtered by date range. Use pagination to fetch specific log records and access their full details.
Instructions
Returns Daily Log Headers for the Project for specified date range or all if not specified. Use this to fetch the full details of a specific Daily Log records by its identifier. Returns a paginated JSON array of Daily Log records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Daily Log. Endpoint: GET /rest/v1.0/projects/{project_id}/daily_log_headers/index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| start_date | No | Query string parameter — the left boundary of requested date range | |
| end_date | No | Query string parameter — the right boundary of requested date range | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |