Retrieve A Project Proposal By Id
retrieve_a_project_proposal_by_id_companyRetrieve full details of a specific estimating proposal by providing the company, project, and proposal IDs. Returns a JSON object with the proposal's data.
Instructions
Retrieve a project proposal by Id. Use this to fetch the full details of a specific Estimating records by its identifier. Returns a JSON object describing the requested Estimating records. Required parameters: proposal_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/proposals/{proposal_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | URL path parameter — unique identifier of the proposal | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |