---
title: "Get own (logged in user) lesson info."
method: POST
path: "/External/GetLessonOwn"
tags: ["External"]
---

# Get own (logged in user) lesson info.

`POST /External/GetLessonOwn`

<br>
  <i>Replaces "AVRCMSService/External/AVRGetLessonOwn" service.</i>
</br>
<br>
  <b>CategoryId</b>: 0 (All categories)</br>
<br>
  <b>Offset</b>: Page number 0 to n</br>
<br>
  <b>Next</b>: Records per page</br>
<br>
  <b>SortBy</b>: VIEWASC, VIEWDESC, NAMEASC, NAMEDESC, DATEASC, DATEDESC</br>

## Headers

- `X-Version` string

## Request body

- GetLessonOwnRequest
  - `instituteId` integer, required — Institute identifier
  - `is3D` boolean, required — Is 3D lesson identifier
  - `is360` boolean, required — Is 360 lesson identifier
  - `categoryId` integer — Category identifier
  - `sortBy` string, nullable — Category identifier
  - `offset` integer, required — Page number identifier.
  - `next` integer, required — Records per page identifier.

## Response `200`

Success

- WorkspaceLesson[]
  - `lessonId` integer, nullable
  - `lessonType` integer, nullable
  - `lessonName` string, nullable
  - `thumbnailUrl` string, nullable
  - `modifiedDate` string, date-time
  - `createdDate` string, date-time
  - `isPublic` boolean
  - `category` string, nullable
  - `contentRefInstituteId` integer, nullable
  - `userId` integer, nullable
  - `isPublicSharing` boolean, nullable
  - `publicSharingOption` integer, nullable
  - `isCopyRef` boolean, nullable
  - `hasRecording` boolean
  - `isAsset3DOneToOneScale` boolean
  - `isAssignedTo` boolean, nullable
  - `href` string, nullable
  - `anchorName` string, nullable
  - `hasCloudAnchor` boolean
  - `isOnSale` boolean
  - `authorName` string, nullable
  - `isMarketplaceLesson` boolean
  - `modifiedDateMomentAgo` string, nullable
  - `mvbWizardType` integer
  - `isAILight` 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)
