Activity

Represents an LmsItemObject that is also an activity (a top-level LmsItemObject).

Usage

The Activity object is only meaningful in the context of an LmsItemObject.

Identifying Fields

None

Fields

CanSelfRegister

A boolean value representing whether users without administrative privileges can register for access to this item. Users with administrative privileges can register themselves or other for this item even if this property is false.

SelfRegisterStartDatetime

A DateTime field representing the date and time after which users without administrative privileges may self register for the item. Users with administrative privileges can register themselves or other for this item whenever they wish.

SelfRegisterEndDatetime

A DateTime field representing the date and time after which users without administrative privileges may NOT self register for the item. Users with administrative privileges can register themselves or other for this item whenever they wish.

IsWaiverPresented

A boolean value representing whether the waiver is presented to users when they self-register for the item.

Facilitators

An array of Facilitator objects representing the various facilitators for this event.

Tags

An array of strings representing all of the tags associated with the activity. If the Tags array is specified when updating an activity, the list of associated tags is updated to reflect the Tags array. Tags that are not in the array will no longer be associated with the activity. Tags that do not currently exist will be created on-the-fly and associated with the activity. This field can be searched using the contains operator.