Get Group By ID
get_group_by_idRetrieve full details of a specific Document Markup group by its ID. Returns a JSON object with group information from a Procore project.
Instructions
Retrieve a specific group by its ID. Use this to fetch the full details of a specific Document Markup records by its identifier. Returns a JSON object describing the requested Document Markup records. Required parameters: company_id, project_id, group_id. Procore API: Project Management > Document Markup. Endpoint: GET /rest/v1.0/companies/{company_id}/projects/{project_id}/groups/{group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| group_id | Yes | URL path parameter — unique identifier of the group | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |