GET /rest/v2.0/companies/{company_id}/budget_views/{budget_view_id}/project_status_snapshots/summary
Returns a summary of all selected snapshots for a company
Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
budget_view_id |
String | Yes |
ID of the budget view |
company_id |
String | Yes |
Unique identifier for the company. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
filters[project_id] |
String | No |
Filter snapshots by project ID |
filters[office_id] |
String | No |
Filter snapshots by office ID |
filters[department_id] |
String | No |
Filter snapshots by department ID |
filters[created_by_id] |
String | No |
Filter snapshots by created_by_id |
filters[region_id] |
String | No |
Filter snapshots by region ID |
filters[created_at] |
String | No |
Filter snapshots by created_at date range, inclusive |
filters[status_id] |
String | No |
Filter snapshots by PSS custom status ID |
filters[program_id] |
String | No |
Filter snapshots by program ID |
filters[stage_id] |
String | No |
Filter snapshots by stage ID |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.