Skip to main content

SessionSurvey

Represents a survey for a session.

type SessionSurvey {
brand: Brand!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
}

Fields

SessionSurvey.brand ● Brand! non-null object

The brand associated with the survey.

SessionSurvey.createdAt ● DateTime! non-null scalar

The date and time the record was created.

SessionSurvey.createdBy ● String scalar

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

SessionSurvey.id ● ID! non-null scalar

The unique identifier of the survey.

SessionSurvey.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

SessionSurvey.lastModifiedBy ● String scalar

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

SessionSurvey.name ● String! non-null scalar

The name of the survey.

Member Of

PresentationSetup object ● SessionSurveyConfiguration object