Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 5.06 KB

File metadata and controls

18 lines (14 loc) · 5.06 KB

SpeakerProgramItem

Represents a program item object that will be added to a speaker.

Fields

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
id Optional<String> ID of the speaker to program item relationship. 38db6ae2-0dc3-487b-953e-86d6abbdf7d3
event EventLite ✔️ The unique identifier of an event.
session SessionLite ✔️ The unique identifier of a session.
speaker SpeakerLite ✔️ The unique identifier of a speaker.
programItem ProgramItemLite ✔️ The unique identifier of a program item.