list_company_projects
Retrieve and filter company projects from Procore for workforce planning, with options to search by name, project number, or custom fields.
Instructions
List Company Projects. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects
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... | |
| name | No | Filters items by their exact name. The query performs an exact match. Example usage: `/v2/companies/{company_id}/...?name=Bridge+Restoration` | |
| 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` | |
| custom_fields_integration_name | No | Filter results by a **Custom Field's** `integration_name`. This allows searching based on custom-defined attributes in the system. Example usage: `/v2/companies/{company_id}/...?my_custom_field=nor... | |
| per_page | No | Items per page (max 100) |