get_a_single_group
Retrieve detailed information about a specific workforce planning group in Procore by providing company and group identifiers.
Instructions
Get a Single Group. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/groups/{group_id}
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 | Page number for pagination | |
| per_page | No | Items per page (max 100) |