BudgetTotals
Returns data from a BudgetTotals table.
Table Specific Information
The Cvent API allows you to filter by certain fields when querying for data.
The following is an example of a SELECT statement:
select * from BudgetTotals where EventId='fee38876-e5c1-421f-a613-63f812501620'
Columns
| Name | Type | References | Description |
| EventId [KEY] | String |
Events.Id | The EventId of the BudgetTotals table. |
| LastModifiedDate | Datetime | The LastModifiedDate of the BudgetTotals table. | |
| Currency | String | The Currency of the BudgetTotals table. | |
| VersionId | String | The VersionId of the BudgetTotals table. | |
| VersionName | String | The VersionName of the BudgetTotals table. | |
| VersionDefault | String | The VersionDefault of the BudgetTotals table. | |
| TotalHighLevelEstimateAmount | Double | The TotalHighLevelEstimateAmount of the BudgetTotals table. | |
| CostDetailAggregate | String | The CostDetailAggregate of the BudgetTotals table. | |
| EventId | String | The EventId of the BudgetTotals table. |