Show Submittal
show_submittal_projectRetrieve complete details of a specific submittal using its project and submittal IDs. Returns a JSON object with all submittal information.
Instructions
Return detailed information on the specified Submittal. See Downloading attachments with markup for information on downloading attachments with markup as a PDF. Use this to fetch the full details of a specific Submittals by its identifier. Returns a JSON object describing the requested Submittals. Required parameters: project_id, id. Procore API (v1.1): Project Management > Submittals. Endpoint: GET /rest/v1.1/projects/{project_id}/submittals/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Submittals resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |