Get Accessible Groups For Authenticated User By Context
get_accessible_groups_for_authenticated_user_by_contextRetrieves all groups accessible to the authenticated user for a specified context type and ID within a Procore project.
Instructions
Retrieve all groups accessible to the authenticated user for a given context type and 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, context_type, context_type_id. Procore API: Project Management > Document Markup. Endpoint: GET /rest/v1.0/companies/{company_id}/projects/{project_id}/accessible_groups/{context_type}/{context_type_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 | |
| context_type | Yes | URL path parameter — the context type for this Document Markup operation | |
| context_type_id | Yes | URL path parameter — unique identifier of the context type | |
| layer_id | No | Query string 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) |