list_budget_view_snapshots
Retrieve historical budget snapshots for construction projects to track financial changes and approval status over time.
Instructions
List Budget View Snapshots. [Construction Financials/Budget] GET /rest/v1.0/budget_view_snapshots
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__budget_template_id | No | Return snapshot(s) using the specified budget template id. | |
| filters__budget_view_id | No | Return snapshot(s) using the specified budget view id. (This will replace budget_template_id filter) | |
| filters__snapshot_type | No | Return snapshot(s) of the specified type. | |
| filters__approval_status | No | Return snapshot(s) in the specified status. | |
| sort | No | Direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter |