get_current_company_assignments
Retrieve current workforce assignments for a company to manage resource planning and allocation in Procore projects.
Instructions
Get Current Company Assignments. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/assignments/current
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... | |
| page | No | This is a **0-based index** representing the page slice of the data you want to retrieve. Each page contains up to **400 items**. ### **📌 Pageable Endpoints** People endpoints that return multiple... | |
| per_page | No | Items per page (max 100) |