Data models and fields
- Last UpdatedAug 01, 2024
- 1 minute read
The AVEVA Contract Risk Management Analytics API includes the following data models which return current data only. Data from these can be used in external applications as well as in dashboards within AVEVA Contract Risk Management.
All data models return the following fields.
|
Field Name |
Type |
Description |
|
RowIsCurrent |
Boolean |
Indicates whether the row contains the current data. For data models which return only current data, RowIsCurrent is always set to true. |
|
RowStartDate |
DateTime |
The start date of the date range for the data. If RowIsCurrent is true, this is the date that the data was last updated. |
|
RowEndDate |
DateTime |
The end date of the date range for the data. If RowIsCurrent is false, this value is irrelevant. |
If using a third-party application such as PowerBI, we recommend you select only the required fields. Many fields in the Analytics data models are duplicated and can be excluded from queries; see Duplicated fields for more information.
Note For DateTime fields, only the date is stored. The time portion of the value of DateTime fields is therefore always 00:00.