---
title: "Get lesson info specifically for multi user session."
method: POST
path: "/Template/GetMultiUserSessionLesson"
tags: ["Template"]
---

# Get lesson info specifically for multi user session.

`POST /Template/GetMultiUserSessionLesson`

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

## Headers

- `X-Version` string

## Request body

- GetMultiUserSessionLessonRequest
  - `instituteId` integer, required — Institute identifier
  - `lessonId` integer, required — Lesson identifier

## Response `200`

Success

- LessonMultiUserSession
  - `lessonId` integer
  - `lessonName` string, nullable
  - `thumbnailURL` string, nullable
  - `lessonURL` string, nullable
  - `lessonObjective` string, nullable
  - `activityCount` integer
  - `assetIsDoubleSided` boolean
  - `assetIsOneToOneScale` boolean
  - `contentRefInstituteId` integer

## Other responses

- `400` — If param invalid
- `401` — If unauthorized

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
