Show Project Distribution Group
show_project_distribution_group_v1_0_2Retrieve detailed information of a project distribution group by providing project ID and distribution group ID. Returns a JSON object with directory records.
Instructions
Show detail on a specified Project Distribution Group. Use this to fetch the full details of a specific Directory records by its identifier. Returns a JSON object describing the requested Directory records. Required parameters: project_id, distribution_group_id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/projects/{project_id}/distribution_groups_with_ancestors/{distribution_group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| distribution_group_id | Yes | URL path parameter — unique identifier for the distribution group. | |
| view | No | Query string parameter — parameter affecting what level of detail will be returned from the endpoint. 'extended' will include the users in the distribution group. | |
| domain_id | No | Query string parameter — parameter affecting the scope for the Distribution Groups, by default it is the Domain ID of the Submittals Tool. Will return only Distributions Groups who users that have access to the Tool specif... | |
| min_ual | No | Query string parameter — parameter affecting the scope for the Distribution Groups, by default it is the 'read' user access level. Will return only Distributions Groups who users that have the min ual specified by the 'min... | |
| ual | No | Query string parameter — parameter affecting the scope for the Distribution Groups. Will return only Distributions Groups who users that have the exact ual specified by the 'ual'. If provided, this will take precendence o... | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |