Show Submittal
show_submittal_v1_0Retrieve full details of a specific submittal using its unique identifier and project ID. Provides a JSON object with submittal information.
Instructions
This is a deprecated endpoint. Please use /submittals/{id} endpoint. Use this to fetch the full details of a specific Submittals by its identifier. Returns a JSON object describing the requested Submittals. 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. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |