Retrieve All Notes In The Project
retrieve_all_notes_in_the_project_companyRetrieve all notes for a specific project within a company. Requires company ID and project ID to return paginated JSON array of notes.
Instructions
Retrieve all notes in the project. Use this to fetch the full details of a specific Estimating records by its identifier. Returns a paginated JSON array of Estimating records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | 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) |