list_specification_sections
Retrieve specification sections from Procore projects to organize construction documents and manage project requirements.
Instructions
List Specification Sections. [Project Management/Specifications] GET /rest/v1.0/specification_sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| filters__id | No | Return item(s) with the specified IDs. | |
| sort | No | Sorts the specification sections by number Ex. 'sort=number' Use 'sort=-number' to sort in descending order | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |