Show Submittal (Deprecated)
show_submittal_v1_0Fetch detailed information for a single submittal within a Procore project by providing submittal ID and project ID. Deprecated; use newer endpoints.
Instructions
This is a deprecated endpoint. Please use /submittals/{id} endpoint. DEPRECATED: Procore has deprecated this endpoint (as of 2017-11-17). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this when you already know which submittal 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 submittal. 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 > Submittals. Endpoint: GET /rest/v1.0/submittal_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Submittals resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. |