get_company_snapshots_summary_v2_0
Retrieve summarized project status snapshots for construction financials and budget analysis, with filtering options for projects, programs, regions, and other criteria.
Instructions
Get Company Snapshots Summary. [Construction Financials/Budget] GET /rest/v2.0/companies/{company_id}/budget_views/{budget_view_id}/project_status_snapshots/summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| budget_view_id | Yes | ID of the budget view | |
| filters__status_id | No | Filter snapshots by PSS custom status ID | |
| filters__project_id | No | Filter snapshots by project ID | |
| filters__program_id | No | Filter snapshots by program ID | |
| filters__region_id | No | Filter snapshots by region ID | |
| filters__stage_id | No | Filter snapshots by stage ID | |
| filters__office_id | No | Filter snapshots by office ID | |
| filters__department_id | No | Filter snapshots by department ID | |
| filters__created_by_id | No | Filter snapshots by created_by_id | |
| filters__created_at | No | Filter snapshots by created_at date range, inclusive | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |