get_projects_assignment_history_data
Retrieve historical workforce assignment data for a Procore project, including employee details, assignment periods, cost codes, and scheduling information for resource management analysis.
Instructions
Get Project's Assignment History Data. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/reports/assignment-history
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... | |
| project_id | Yes | Unique identifier for the project | |
| employeeName | No | Determines whether the employee's name should be included in the response. If set to `true`, the response will include the person's first and last name. Default is `true`. | |
| employee_number | No | Filter results by the exact employee number of the Person. | |
| jobTitle | No | Whether to include the person's Job Title. | |
| assignmentStart | No | Whether to include the assignment start date. | |
| assignmentEnd | No | Whether to include the assignment end date. | |
| start_time | No | Will return the daily start time for each assignment. | |
| end_time | No | Will return the daily end time for each assignment. | |
| cost_code | No | Will return the name and UUID of the Cost Code for each assignment. | |
| labels | No | Will return the name and UUID of the Label for each assignment. | |
| duration | No | Will return a calculated duration for each listed assignment. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |