List Budget Views
list_budget_viewsRetrieve all budget views for a project with paginated results; use query parameters to filter and control output.
Instructions
Return a list of all Budget Views for a project. 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. Procore API: Construction Financials > Budget. Endpoint: GET /rest/v1.0/budget_views
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Query string parameter — unique identifier for the project. | |
| 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) | |
| sort | No | Query string parameter — direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter |