External

Get library lessons for demo institute.

<br> <i>Replaces "AVRCMSService/External/AVRGetDemoLibrary" service.</i> </br> <br> <b>AVRDemoId</b>: 1 (MagicLeap), 2 (Oculus), 3 (XR Library)</br> <br> <b>CategoryId</b>: Category Id is optional</br> <br> <b>LessonType</b>: 1 (3D), 4 (360), 5 (MVB)</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> <br> <b>SearchTerm</b>: searches through lessonId, name, tags and description/objective</br>
post/External/GetDemoLibrary

Headers

X-Versionstring

Request body

avrDemoIdinteger required

Demo device identifier.

categoryIdinteger nullable

Category identifier

lessonTypeinteger nullable

Lesson type identifier.

offsetinteger required

Page number identifier.

nextinteger required

Records per page identifier.

sortBystring nullable

Sorting identifier.

searchTermstring nullable

Search term

Example request

{
  "avrDemoId": 3,
  "categoryId": 10,
  "lessonType": 1,
  "next": 10,
  "sortBy": "VIEWDESC"
}

Response

Success

categoryIdinteger
categoryNamestring nullable

Changes

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