Template

Get the latest asset used for a lesson.

<br> <i>Replaces "AVRCMSService/Common/AdminMaintainLessonAssetVersion:GETCURRENTVERSION" service.</i> </br> <br> <b>FileFormatId</b>: 12 (GLTF), 9 (EMP), 1 (EOP)</br> <br> <b>PlatformID</b>: For backward compability, do not use this. Use FileFormatId.</br>
post/Template/GetLesson3DAssetCurrentVersion

Headers

X-Versionstring

Request body

lessonIdinteger required

Lesson identifier

fileFormatIdinteger

File format identifier

platformIDinteger

DO not use this, use ONLY FileFormatId This is added for beta app that is release for public user testing, and the BETA app is still refering to platformID. This is added to backward support.

gLBCompressionType1 | 2 | 3 | 4 | 5

Example request

{
  "lessonId": 23052,
  "fileFormatId": 1
}

Response

Success

idinteger nullable
lessonIdinteger nullable
contentIdinteger nullable
namestring nullable
versioninteger nullable
versionIdinteger nullable
commentsstring nullable
dateCreatedstring date-time nullable
createdByinteger nullable
typestring nullable
isSelectedboolean nullable
instituteIdinteger nullable
urlstring nullable
orientationFixstring nullable
lastModifiedDatestring date-time nullable

Changes

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