gets_documents_attached_to_bid_package
Retrieve all documents attached to a specific bid package in Procore for preconstruction and bid management workflows.
Instructions
Gets documents attached to Bid Package. [Preconstruction/Bid Management] GET /rest/v1.0/companies/{company_id}/planroom/bid_packages/{bid_package_id}/documents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| bid_package_id | Yes | Bid Package ID | |
| pdm_page | No | Page number for paginating PDM attachments | |
| pdm_per_page | No | Number of PDM attachments per page | |
| pdm_sort_by | No | Field to sort PDM attachments by | |
| pdm_sort_order | No | Sort order for PDM attachments | |
| pdm_search | No | Search term to filter PDM attachments by document_revision_id | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |