List Specification Section Revisions For A Specification Section Division
list_specification_section_revisions_for_a_specificationRetrieve paginated specification section revisions for a given division. Use to list revisions, filter results, or find revision IDs.
Instructions
List Specification Section Revisions for a Specification Section Division. 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, specification_section_division_id. Procore API: Project Management > Specifications. Endpoint: GET /rest/v1.0/specification_section_revisions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| specification_section_division_id | Yes | Query string parameter — specification_section_division_id | |
| all_revisions | No | Query string parameter — by default, only current specification section revisions are returned. Set this parameter to "true" to return all specification section revisions. | |
| 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) |