get_look_ahead_data
Retrieve workforce planning data to forecast upcoming assignments, manage resource allocation, and optimize project scheduling for construction teams.
Instructions
Get Look Ahead Data. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/groups/{group_id}/reports/look-ahead
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| group_id | Yes | Unique identifier for the group | |
| jobTitleIds | No | An array of UUIDs representing the Job Titles to include in the report. People with Job Titles not in this list will be excluded. | |
| assignmentCount | No | The number of future assignments to return per person. | |
| projectName | No | Whether to include the project name for each assignment. | |
| project_number | No | Filters items by their exact project number. The query performs an exact match. Example usage: `/v2/companies/{company_id}/...?project_number=BR-2024` | |
| assignmentStart | No | Whether to include the assignment start date. | |
| assignmentEnd | No | Whether to include the assignment end date. | |
| availableAfterDate | No | Whether to include the last day a person is assigned in the future. | |
| employee_number | No | Filter results by the exact employee number of the Person. | |
| jobTitle | No | Whether to include the person's Job Title. | |
| assignmentDuration | No | Whether to include a calculated duration for each assignment. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |