Show Project Distribution Group
show_project_distribution_group_v1_0Retrieve full detail for a specific project distribution group by supplying project_id and distribution_group_id. Returns a single JSON object with complete fields, optionally including users when view=extended.
Instructions
Show detail on a specified Project Distribution Group. Use this when you already know which project distribution group you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted, and distribution_group_id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the project distribution group. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| 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... | |
| 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. | |
| 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... | |
| 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... | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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 `... | |
| distribution_group_id | Yes | URL path parameter — unique identifier for the distribution group. |