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 |
---|---|---|---|
filtersproject_id |
String | No |
Filter snapshots by project ID |
filterscreated_at |
String | No |
Filter snapshots by created_at date range, inclusive |
filtersregion_id |
String | No |
Filter snapshots by region ID |
filtersapproval_status |
String | No |
Filter by approval status Possible values:
|
filterscreated_by_id |
String | No |
Filter snapshots by created_by_id |
filtersstage_id |
String | No |
Filter snapshots by stage ID |
filtersoffice_id |
String | No |
Filter snapshots by office 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.