Show Project Distribution Group
show_project_distribution_group_v1_0Fetch detailed information about a specific project distribution group by providing the project and group identifiers.
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/{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. | |
| include_ancestors | No | Query string parameter — parameter affecting what groups can be returned from this endpoint. When 'true', this endpoint will only return distribution groups with users that match the provided (or default) `domain_id` and `... | |
| 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) |