List Budget Details
list_budget_detailsRetrieve all rows from the Budget Detail Report for a specific project and budget view. Apply filters by cost code, vendor, or cost type to refine results.
Instructions
Return a list of all rows from the Budget Detail Report for a Project and Budget View. Note: In addition to all the fields outlined in the response example, there will be an additional key for each visible, non-formula, non-qualitative column (Ex: Original Budget Amount, Budget Modifications, Forecast to Complete, and Source Columns). The integer keys returned represent the IDs of the budget columns which are returned by the Budget Detail Columns API. As well, valid filter values can be fo... Use this to perform the list budget action on Budget records. Creates a new Budget records and returns the created object on success (HTTP 201). Required parameters: budget_view_id, project_id. Procore API: Construction Financials > Budget. Endpoint: POST /rest/v1.0/budget_views/{budget_view_id}/budget_details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_view_id | Yes | URL path parameter — unique identifier of the budget view | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| biller | No | JSON request body field — sub Job Filter, can pass Sub Job or Project | |
| cost_code | No | JSON request body field — cost Code Filter | |
| root_cost_code | No | JSON request body field — division Filter | |
| cost_type | No | JSON request body field — cost Type Filter | |
| vendor | No | JSON request body field — vendor Filter | |
| detail_type | No | JSON request body field — detail Type Filter |