Retrieve A Note By Id In The Project
retrieve_a_note_by_id_in_the_project_companyFetch full details of a specific estimating note in a project using its unique identifier. Requires note ID, company ID, and project ID.
Instructions
Retrieve a note by Id in the project. 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: note_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/notes/{note_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | URL path parameter — unique identifier of the note | |
| 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) |