List All Submittal Attachments With Download Urls
list_all_submittal_attachments_with_download_urlsRetrieve all submittal attachment versions with download URLs and polling URLs for markup-enabled downloads. Supports pagination by page and per_page.
Instructions
Returns the latest version of every attachment. A polling url is provided for cases where the file can be downloaded with markup. If a polling url is provided, the file can be downloaded with the latest version of markup from this endpoint. https://developers.procore.com/reference/rest/document-markup#show-or-create-document-markup-downloadable-pdf. Use this to enumerate Submittals when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a JSON object with the file contents or download URL for Submittals. Required parameters: project_id. Procore API (v1.1): Project Management > Submittals. Endpoint: GET /rest/v1.1/projects/{project_id}/submittals/attachments_with_markup
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |