get_persons_assignment_history_data
Retrieve historical assignment data for a specific person in Procore, including project details, dates, times, and resource planning information to track workforce allocation over time.
Instructions
Get Person's Assignment History Data. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/people/{person_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... | |
| person_id | Yes | Unique identifier for the 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. | |
| 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) |