List Budget Detail Filter Options
list_budget_detail_filter_optionsRetrieves valid filter options for budget records based on project ID and column type. Use to enumerate filter values for paginated budget overviews.
Instructions
Returns a list of valid filter options when given a specific filter type. Note: When using "biller" for column_id, the "value" key will contain objects, not integers. These objects will have a "type" field and a "value" field. Type indicates whether the biller is a Sub Job or a Project and will be a string. "value" contains the ID of the biller and will be an array of integers. Use this to enumerate Budget records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a JSON array of available filter values for Budget records. Required parameters: project_id, column_id. Procore API: Construction Financials > Budget. Endpoint: GET /rest/v1.0/budget_detail_filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| column_id | Yes | Query string parameter — type of filter options to return | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |