LessonActivity

Get a lesson's activities

post/LessonActivity/Get

Headers

X-Versionstring

Request body

lessonIdinteger required

lesson identifier

Example request

{
  "lessonId": 13018
}

Response

Success

activityIdinteger

activity identifier

activityTypeIdinteger

activityType identifier

orderIndexinteger

order number of activity within the lesson

maxScoreinteger

max score of activity

dateCreatedstring date-time

date created

dateModifiedstring date-time nullable

date modified

modifiedByinteger

modified by userId

lessonActivityIdinteger nullable

Non-unique lesson specific activity identifier

Changes

No recorded changes to this endpoint across all 1 revision of this API.