Announcement Object

gc_announcement(
  scheduledTime = NULL,
  creationTime = NULL,
  creatorUserId = NULL,
  individualStudentsOptions = NULL,
  state = NULL,
  text = NULL,
  courseId = NULL,
  id = NULL,
  materials = NULL,
  updateTime = NULL,
  assigneeMode = NULL,
  alternateLink = NULL
)

Arguments

scheduledTime

Optional timestamp when this announcement is scheduled to be published

creationTime

Timestamp when this announcement was created

creatorUserId

Identifier for the user that created the announcement

individualStudentsOptions

Identifiers of students with access to the announcement

state

Status of this announcement

text

Description of this announcement

courseId

Identifier of the course

id

Classroom-assigned identifier of this announcement, unique per course

materials

Additional materials

updateTime

Timestamp of the most recent change to this announcement

assigneeMode

Assignee mode of the announcement

alternateLink

Absolute link to this announcement in the Classroom web UI

Value

Announcement object

Details

Announcement created by a teacher for students of the course

See also