show_project_distribution_group_v1_0
Retrieve details of a specific distribution group within a Procore project to manage user access and communication lists.
Instructions
Show Project Distribution Group. [Core/Directory] GET /rest/v1.0/projects/{project_id}/distribution_groups/{distribution_group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| distribution_group_id | Yes | Unique identifier for the distribution group. | |
| view | No | Parameter affecting what level of detail will be returned from the endpoint. 'extended' will include the users in the distribution group. | |
| include_ancestors | No | 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 | 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 | 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 | 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 pagination | |
| per_page | No | Items per page (max 100) |