Get Groups For Layer
get_groups_for_layerRetrieve all groups within a specific layer of a Procore project. Use company, project, and layer IDs to get paginated group records for document markup.
Instructions
Retrieve all groups within a specific layer. Use this to fetch the full details of a specific Document Markup records by its identifier. Returns a paginated JSON array of Document Markup records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id, layer_id. Procore API: Project Management > Document Markup. Endpoint: GET /rest/v1.0/companies/{company_id}/projects/{project_id}/layers/{layer_id}/groups
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 | |
| layer_id | Yes | URL path parameter — unique identifier of the layer | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |