List Counts Of Daily Logs
list_counts_of_daily_logs_project_v1_1Retrieve counts of daily logs by type for a project, with filtering by date, status, and creator based on user permissions.
Instructions
Returns counts of all daily logs arranged by type, given the current user permissions. Read Only/Standard users will see only counts of approved logs, Collaborator users will see only counts of logs created by themselves, Admins can use filter options to see all logs, or only a specific approval status (defaulting to approved). See Working with Daily Logs for information on filtering the response using the log_date, start_date, and... Use this to enumerate Daily Log records when you need a paginated overview, to find IDs, or to filter by query parameters. 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 (v1.1): Project Management > Daily Log. Endpoint: GET /rest/v1.1/projects/{project_id}/daily_logs/counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| log_date | No | Query string parameter — date of specific logs desired. Example formats YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY, DD/MM/YYYY | |
| start_date | No | Query string parameter — start date of specific logs desired. Use together with end_date to specify a date range. Example formats YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY, DD/MM/YYYY | |
| end_date | No | Query string parameter — end date of specific logs desired. Use together with start_date to specify a date range. Example formats YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY, DD/MM/YYYY | |
| filters__status | No | Query string parameter — filter on log status | |
| filters__created_by_id | No | Query string parameter — returns item(s) created by the specified User IDs. | |
| 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) | |
| filters__daily_log_segment_id | No | Query string parameter — daily Log Segment ID filter |