LessonReport

Report of all active and completed activities for current user by attempt number

post/LessonReport/GetUserActivityReportByAttempt

Headers

X-Versionstring

Request body

lessonIdinteger required

lesson identifier

attemptinteger required

attempt identifier

Example request

{
  "lessonId": 13018,
  "attempt": 13018
}

Response

Success

activityIdinteger

activity identifier

userIdinteger

user identifier

sessionIdinteger

session identifier

activityNamestring nullable

name given to activity

userNamestring nullable

name of user completing the activity

givenScoreinteger nullable

given score of activity attempt

maxScoreinteger

maximum score user can be given

totalMinutesnumber double

total time spent completing activity

isCompleteboolean

false indicates activity is paused, true indicates activity has ended

attemptinteger

nth time user has attempted lesson

startTimestring date-time

time activity first started

endTimestring date-time nullable

time activity was marked complete and ended

lessonActivityIdinteger nullable

Non-unique lesson specific activity identifier

Example response

[
  {
    "lessonActivityId": 1
  }
]

Changes

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