List Distribution Groups For Specifications
list_distribution_groups_for_specificationsRetrieve a paginated list of distribution groups with users for specifications. Use to enumerate, find IDs, or filter by query parameters for a company and project.
Instructions
This endpoint returns a paginated list distribution groups with users for specifications. Use this to enumerate Specifications when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Specifications. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id. Procore API (v2.1): Project Management > Specifications. Endpoint: GET /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_configuration/distribution_groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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) |