Skip to main content

EventPortal

The details of an event portal.

Event portals are applications that you can install through the EventsAir App Store.

There are different types of event portals that can help you manage various aspects of your event, such as presentations and speakers, live sessions and presentations, and meeting matching. For more information, see the document on event portals.

type EventPortal {
alias: String!
brand: Brand!
content: JSON!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
liveFrom: DateTime
liveTo: DateTime
localizedMessages: JSON!
name: String!
settings: JSON!
type: String!
}

Fields

EventPortal.alias ● String! non-null scalar

UTF-8 string value that represents the alias of the event portal. The alias is unique for a portal within an event.

An alias can only contain lower-case, alphameric and hyphen characters: [a-z0-9-].

EventPortal.brand ● Brand! non-null object

The brand associated with the event portal.

EventPortal.content ● JSON! non-null scalar

The content settings for the event portal.

EventPortal.createdAt ● DateTime! non-null scalar

The date and time the record was created.

EventPortal.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

EventPortal.id ● ID! non-null scalar

The unique identifier for the event portal.

EventPortal.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

EventPortal.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

EventPortal.liveFrom ● DateTime scalar

The date the event portal is live from. Optional.

EventPortal.liveTo ● DateTime scalar

The date the event portal is live to. Optional.

EventPortal.localizedMessages ● JSON! non-null scalar

The localized messages of the event portal.

EventPortal.name ● String! non-null scalar

UTF-8 string value that represents the name of the event portal.

EventPortal.settings ● JSON! non-null scalar

The settings of the event portal.

EventPortal.type ● String! non-null scalar

UTF-8 string value that represents the type of the event portal.

Member Of

Event object