External

Get library lessons.

<br> <i>Replaces "AVRCMSService/External/AVRGetLibrary" service.</i> </br> <br> <b>CategoryId</b>: Category Id 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/GetLibrary

Headers

X-Versionstring

Request body

instituteIdinteger required

Institute 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

{
  "instituteId": 1,
  "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.