An existing duration.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
created |
OffsetDateTime | ➖ | The ISO 8601 zoned date time when this record was created. | 2017-01-02T02:00:00Z |
createdBy |
Optional<String> | ➖ | The identifier of the user that created this record. | hporter |
lastModified |
OffsetDateTime | ➖ | The ISO 8601 zoned date time when this record was updated. | 2019-02-12T03:00:00Z |
lastModifiedBy |
Optional<String> | ➖ | The identifier of the user that last updated this record. | hporter |
event |
UuidJson | ✔️ | The reference to the related entity. Contains only the ID of the related entity. | |
session |
UuidJson | ✔️ | The reference to the related entity. Contains only the ID of the related entity. | |
attendee |
UuidJson | ✔️ | The reference to the related entity. Contains only the ID of the related entity. | |
firstSeen |
OffsetDateTime | ✔️ | The earliest date and time when the attendee was seen, in ISO 8601 format. | 2020-02-03T13:00:00.000Z |
lastSeen |
OffsetDateTime | ✔️ | The latest date and time when the attendee was seen, in ISO 8601 format. | 2020-02-03T13:00:00.000Z |
deleted |
Optional<Boolean> | ➖ | A duration record is deleted if marked as recanted by the algorithm after determining the initial information has changed | false |
type |
Optional<ExistingDurationType> | ➖ | Describes how the duration was obtained. | API |
durationType |
Optional<DurationType> | ➖ | The target entity for which the duration was collected. | session |
duration |
long | ✔️ | The amount of time (in milliseconds) than the attendee was engaged (in person or virtually) in a session or watching a video. Note: Duration is calculated based on the time the attendee spent in the session, not just on when they were first and last seen | 300000 |
id |
String | ✔️ | internal id | ce359543-61f5-492d-b8de-875c3473e8ae_@0ca2e0af-166b-48fa-b976-980c34e21e82@_5c068898-3b72-452d-919f-2c046441339f |