List Manpower Logs
list_manpower_logsRetrieve approved manpower logs for the current date or filter by date range, status, location, vendor, and more. Use pagination to control results.
Instructions
Returns all approved Manpower Logs for the current date. See Working with Daily Logs for information on filtering the response using the log_date, start_date, and end_date parameters. Note that if none of the date parameters are provided in the call, only logs from the current date are returned. 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: Project Management > Daily Log. Endpoint: GET /rest/v1.0/projects/{project_id}/manpower_logs
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 in YYYY-MM-DD format | |
| start_date | No | Query string parameter — start date of specific logs desired in YYYY-MM-DD format (use together with end_date) | |
| end_date | No | Query string parameter — end date of specific logs desired in YYYY-MM-DD format (use together with start_date) | |
| filters__status | No | Query string parameter — filter on status for "pending" or "approved" or "all" | |
| filters__created_by_id | No | Query string parameter — returns item(s) created by the specified User IDs. | |
| filters__location_id | No | Query string parameter — return item(s) with the specified Location IDs. | |
| filters__vendor_id | No | Query string parameter — return item(s) with the specified Vendor IDs. | |
| filters__search | No | Query string parameter — returns item(s) matching the specified search query string. | |
| 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 |