It Fetches A Budget Note
it_fetches_a_budget_noteFetch budget notes from Procore using company, project, and WBS code IDs. Returns JSON with budget record details.
Instructions
It fetches a budget note. Use this to read information about Budget records from Procore. Returns a JSON object describing the requested Budget records. Required parameters: company_id, project_id, wbs_code_id. Procore API (v2.0): Construction Financials > Budget. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/budget_notes/{wbs_code_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| wbs_code_id | Yes | URL path parameter — unique identifier of the wbs code | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |