Show Specification Section Revision
show_specification_section_revision_v1_0Retrieve a specific specification section revision from Procore using its id and project_id. Returns the full field set as a read-only JSON object.
Instructions
Retrieves a single specification section revision in Procore. Use this when you already know which specification section revision you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the specification section revision. 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: 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. |