Get Advanced Forecasting Rows Of A Project
get_advanced_forecasting_rows_of_a_projectRetrieve advanced forecasting rows for a project budget, with paginated results of up to 100 items per page. Use company ID and project ID to fetch detailed budget records.
Instructions
Get Advanced forecasting rows. Each page will have a maximum of 100 items. Use this to fetch the full details of a specific Budget records by its identifier. Returns a paginated JSON array of Budget records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id. Procore API (v2.0): Construction Financials > Budget. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/advanced_forecastings/rows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| budget_view_id | No | Query string parameter — unique identifier for the Budget View (also known as Budget Template). Required to return spread amount for other curves besides manual. | |
| 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) | |
| filters | No | Query string parameter — array structure to filter the result of the advanced forecasting endpoint Supported filter objects (with and without budget_view_id): - WBS segment item filter Structure: - id: <segment... |