get_person_assignments
Retrieve work assignments for a specific person in Procore to manage workforce planning and resource allocation.
Instructions
Get Person Assignments. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/people/{person_id}/assignments
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 | |
| dayRange | Yes | A value specifying how many days forward you would like to get assignments for from the specified startDay. Assignments whose start_day falls within the given range will be returned in the response... | |
| start_day | Yes | The starting day to filter assignments by. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |