Show Specification Section Revision
show_specification_section_revisionRetrieve the full details of a specification section revision using its ID and project ID.
Instructions
Show Specification Section Revision. Use this to fetch the full details of a specific Specifications by its identifier. Returns a JSON object describing the requested Specifications. Required parameters: id, project_id. Procore API: Project Management > Specifications. Endpoint: GET /rest/v1.0/specification_section_revisions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — specification section revision ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |