LessonReport

Report of all active and completed sessions for current user

post/LessonReport/GetUserSessionReport

Headers

X-Versionstring

Request body

lessonIdinteger required

lesson identifier

Example request

{
  "lessonId": 13018
}

Response

Success

userIdinteger

user identifier

lessonIdinteger

lesson identifier

institutionIdinteger

institution identifier

attemptinteger

nth time user has attempted lesson

isCompleteboolean

false indicates session is stopped or active, true indicates session is complete

totalMinutesnumber double

total time of active session

startTimestring date-time

time session first started

endTimestring date-time nullable

time session was marked complete

Changes

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