List Specification Section Terms
list_specification_section_termsRetrieve extracted text terms and page numbers for specification sections in a project. Use this to get a paginated overview, find IDs, or filter by query parameters.
Instructions
Returns extracted text terms and page numbers for a collection of Specification Sections. 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: project_id. Procore API (v1.1): Project Management > Specifications. Endpoint: GET /rest/v1.1/projects/{project_id}/specification_section_terms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| specification_section_ids | No | Query string parameter — specification Sections to fetch extracted terms for. Limited to 100 sections per call; clients should paginate larger collections. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |