Clones Daily Logs From One Date To Another Date
clones_daily_logs_from_one_date_to_another_dateClone daily log records from a source date to a target date, copying specified log types within a project. Use to duplicate logs for efficient record keeping.
Instructions
Clones Daily Logs of the given log_types from the from_date to the to_date. Use this to perform the clones daily action on Daily Log records. Creates a copy of the Daily Log records and returns the newly created object (HTTP 201). Required parameters: project_id, from_date, to_date, log_types. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/daily_logs/clones
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| Idempotency-Token | No | JSON request body field — unique idempotent token | |
| from_date | Yes | JSON request body field — date to copy logs from in YYYY-MM-DD format | |
| to_date | Yes | JSON request body field — date to copy logs to in YYYY-MM-DD format | |
| log_types | Yes | JSON request body field — log types to copy. More than one log type can be provided. | |
| daily_log_segment_id | No | JSON request body field — optional. The ID of the daily log area to filter logs by. Only logs belonging to the specified area will be copied. If the area has associated log types, only those log types will be allowed. |