LessonReport

Start a new session (new attempt)

post/LessonReport/StartSession

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

Changes

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