---
title: "Start a new session (new attempt)"
method: POST
path: "/LessonReport/StartSession"
tags: ["LessonReport"]
---

# Start a new session (new attempt)

`POST /LessonReport/StartSession`

## Headers

- `X-Version` string

## Request body

- StartSessionRequest
  - `lessonId` integer, required — lesson identifier
  - `institutionId` integer, required — institution identifier
  - `param` string, nullable — optional: custom param to associate with this session
  - `value` string, nullable — optional: value to associate with param

## Response `200`

Success

## 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)
