List Specification Section Divisions
list_specification_section_divisionsRetrieve paginated specification section divisions for a project. Use filters to narrow by search, area, or section, and obtain the full field set for a known division.
Instructions
Returns a paginated list of Specification Section Divisions for a Project. Use this when you already know which specification section division you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted. Returns a single JSON object describing the specification section division. 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: company_id, project_id. Procore API (v2.1): Project Management > Specifications. Endpoint: GET /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_section_divisions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Query string parameter — filter by specification section division ID. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| view | No | Query string parameter — blueprint view to render when `no_filter` is provided. | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| no_filter | No | Query string parameter — when present, returns all divisions without section-based filtering. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| search_string | No | Query string parameter — search string to filter divisions by number or description (case-insensitive). | |
| with_sections | No | Query string parameter — when set to 'true', returns only divisions that contain at least one non-obsolete specification section. | |
| specification_area_id | No | Query string parameter — unique identifier for the specification area. | |
| specification_set_ids | No | Query string parameter — array of specification set IDs to filter divisions by. Use 'none' in the array to include divisions with sections that have no specification set. |