Get The Daily Log Header Via Date Or Id
get_the_daily_log_header_via_date_or_idRetrieve a daily log header by date or ID for a specific project. Supports pagination to control result sets.
Instructions
Returns the Daily Log Header for a given date or id. 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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | No | Query string parameter — the id of the requested Daily Log Header | |
| log_date | No | Query string parameter — the log date for the requested Daily Log Header | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |