Show Submittal In PDF Format
show_submittal_in_pdf_formatFetch a submittal's full details in PDF format by providing project and submittal IDs. Returns file content or download URL.
Instructions
Return detailed information on the specified Submittal in PDF format. Use this to fetch the full details of a specific Submittals by its identifier. Returns a JSON object with the file contents or download URL for Submittals. Required parameters: project_id, id. Procore API (v1.1): Project Management > Submittals. Endpoint: GET /rest/v1.1/projects/{project_id}/submittals/{id}.pdf
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) |