Feed Object

gc_feed(
  courseRosterChangesInfo = NULL,
  courseWorkChangesInfo = NULL,
  feedType = NULL
)

Arguments

courseRosterChangesInfo

Information about a Feed with a feed_type of COURSE_ROSTER_CHANGES

courseWorkChangesInfo

Information about a Feed with a feed_type of COURSE_WORK_CHANGES

feedType

The type of feed

Value

Feed object

Details

A class of notifications that an application can register to receive.For example: 'all roster changes for a domain'.