PeriodDefinition JSON Schema
- Last UpdatedNov 13, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| PeriodName | The period name. Possible values are: 15 Minutes, Hour, Day, Week, Month, Year, Now | string |
| Description | The description of the period, which contains the start and end datetime with the actual start and end day. | string |
| StartDateTimeUtc | The start date and time of a record. | string |
| EndDateTimeUtc | The end date and time of a record. | string |
| PreviousPeriodStartDateTimeUtc | The start date and time of a record in the previous period. | string |
| PreviousPeriodEndDateTimeUtc | The end date and time of a record in the previous period. | string |