List Budget Detail Columns
list_budget_detail_columnsGet a list of budget detail columns for a specific budget view and project. These column IDs are used as keys in budget detail records, aiding pagination and filtering.
Instructions
Return a list of columns relevant to a Budget View for a Budget Detail Report. Note: The ID field of each Budget Column will appear as keys in rows returned by the List Budget Details API. Use this to enumerate Budget records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Budget records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: budget_view_id, project_id. Procore API: Construction Financials > Budget. Endpoint: GET /rest/v1.0/budget_views/{budget_view_id}/budget_detail_columns
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. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |