Template

Get lesson info specifically for multi user session.

<br> <i>Replaces "MobileService/TrackingService.svc/GetLessonInformation" service.</i> </br>
post/Template/GetMultiUserSessionLesson

Headers

X-Versionstring

Request body

instituteIdinteger required

Institute identifier

lessonIdinteger required

Lesson identifier

Example request

{
  "instituteId": 1,
  "lessonId": 13018
}

Response

Success

lessonIdinteger
lessonNamestring nullable
thumbnailURLstring nullable
lessonURLstring nullable
lessonObjectivestring nullable
activityCountinteger
assetIsDoubleSidedboolean
assetIsOneToOneScaleboolean
contentRefInstituteIdinteger

Changes

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