Show Correspondence
show_correspondence_projectRetrieve detailed correspondence records from a Procore bid package by specifying project, bid package, and correspondence identifiers.
Instructions
Return Correspondence detailed information. Use this to fetch the full details of a specific Bid Management records by its identifier. Returns a JSON object describing the requested Bid Management records. Required parameters: project_id, bid_package_id, id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/correspondences/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| bid_package_id | Yes | URL path parameter — unique identifier of the bid package | |
| id | Yes | URL path parameter — unique identifier of the Bid Management resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |