LessonReport

Continue from last session (current attempt) and if cannot, start a new one (new attempt)

post/LessonReport/ContinueSession

Headers

X-Versionstring

Request body

lessonIdinteger required

lesson identifier

institutionIdinteger required

institution identifier

paramstring nullable

optional: custom param to associate with this session

valuestring nullable

optional: value to associate with param

Example request

{
  "lessonId": 13018,
  "institutionId": 1,
  "param": "ClassName",
  "value": "Introduction to Anatomy"
}

Response

Success

activityIdinteger nullable

last activityId from last record

givenScoreinteger nullable

last activity givenScore from last record

isCompleteboolean nullable

last activity completion status from last record

startTimestring date-time nullable

last activity start time from last record

endTimestring date-time nullable

last activity end time from last record

lessonActivityIdinteger nullable

Non-unique lesson specific activity identifier

attemptinteger nullable

Last attempt number

Example response

{
  "activityId": 23490,
  "lessonActivityId": 1,
  "attempt": 1
}

Changes

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