get_a_groups_projects
Retrieve and filter projects associated with a specific group in Procore for resource planning and management purposes.
Instructions
Get a Groups Projects. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/groups/{group_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... | |
| group_id | Yes | Unique identifier for the group | |
| 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... | |
| created_at | No | Filters items based on their creation timestamp. Accepts an ISO 8601 date string. | |
| created_before | No | Filters items created on or before the specified date (inclusive). Accepts an ISO 8601 date string. | |
| created_after | No | Filters items created on or after the specified date (inclusive). Accepts an ISO 8601 date string. | |
| updated_at | No | Filters items based on their last updated timestamp. Accepts an ISO 8601 date string. | |
| updated_before | No | Filters items updated on or before the specified date (inclusive). Accepts an ISO 8601 date string. | |
| updated_after | No | Filters items updated on or after the specified date (inclusive). Accepts an ISO 8601 date string. | |
| per_page | No | Items per page (max 100) |