Step Object


A step represents a piece of program content within a section. A step can contain article, video, or quiz content.

Properties
createdDatestringRead-onlyformat date-time

Date and time the step was created.


descriptionDescription

Step title, rich text content, and optional media.


extendedFieldsExtendedFields

Custom field data for the step object.


idstringRead-onlyformat GUID

Step ID.


orderingnumber

Step position within the section.


programIdstringRead-onlyformat GUID

Program ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the step is updated. To prevent conflicting changes, the current revision must be passed when updating the step.


sectionIdstringRead-onlyformat GUID

Parent section ID. To move a step within a section or to another section, call MoveStep.


stepTypestring

One Of

quizOptionsQuizOptions

Quiz-specific settings.


videoOptionsVideoOptions

Video-specific settings.


updatedDatestringRead-onlyformat date-time

Date and time the step was updated.

Did this help?