---
title: "Get My Workspace Lessons"
method: POST
path: "/Workspace/GetMyLessons"
tags: ["Workspace"]
---

# Get My Workspace Lessons

`POST /Workspace/GetMyLessons`

i. Lesson type:
- Is3D: true | false
- Is360: true | false
- IsMVB: true | false

ii. "pubType":
- 1 - All (Default)
- 2 - Published (In Library)
- 3 - Unpublished (Not In Library)
- 4 - InMarketplace (Specifically Lessons on Sale in Marketplace)

iii. "viewType":
- 2 - My Lessons (Default)
- 3 - My Assigned Lessons
            
iv. "sortby":
- 'DATEDESC' (Default)
- 'DATEASC"'
- 'NAMEASC'
- 'NAMEDESC'
- 'IDASC'
- 'IDDESC'

## Headers

- `X-Version` string

## Request body

- LessonWSParams
  - `pageNumber` integer
  - `pageRows` integer
  - `is3D` boolean
  - `is360` boolean
  - `isMVB` boolean
  - `pubType` 1 | 2 | 3 | 4
  - `viewType` 2 | 3
  - `sortBy` string, nullable
  - `categoryId` integer
  - `searchTerm` string, nullable
  - `institutionId` integer

## Response `200`

Success

---

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