GET api/Lesson/getRecord/Grade/{Id}/{AdmissionId}/{AdmissionGradeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| AdmissionId | integer |
Required |
|
| AdmissionGradeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GradeLessonDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GradeId | decimal number |
None. |
|
| GradeName | string |
None. |
|
| GradeTypeId | decimal number |
None. |
|
| IsPublished | integer |
None. |
|
| ShortDescripion | string |
None. |
|
| Description | string |
None. |
|
| LearningConceptsInCourse | string |
None. |
|
| Requirements | string |
None. |
|
| CourseThumbnail | string |
None. |
|
| CourseLevel | integer |
None. |
|
| IntroVideoType | integer |
None. |
|
| PreferredVideoPath | string |
None. |
|
| PreferredVideoPosterPath | string |
None. |
|
| PreferredVideoURL | string |
None. |
|
| CreatedByEmployee | string |
None. |
|
| LastUpDatedDate | date |
None. |
|
| CourseCurriculum | Collection of GradeSubjectDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"GradeId": 1.0,
"GradeName": "sample string 2",
"GradeTypeId": 1.0,
"IsPublished": 1,
"ShortDescripion": "sample string 3",
"Description": "sample string 4",
"LearningConceptsInCourse": "sample string 5",
"Requirements": "sample string 6",
"CourseThumbnail": "sample string 7",
"CourseLevel": 1,
"IntroVideoType": 1,
"PreferredVideoPath": "sample string 8",
"PreferredVideoPosterPath": "sample string 9",
"PreferredVideoURL": "sample string 10",
"CreatedByEmployee": "sample string 11",
"LastUpDatedDate": "2025-12-06T10:19:35.6633123+05:30",
"CourseCurriculum": [
{
"SubjectId": 1.0,
"SubjectName": "sample string 2",
"LessonSubject": [
{
"LessonId": 1.0,
"LessonTitle": "sample string 2",
"ContentStudentCompleteId": 1.0,
"VideoType": 1.0,
"PreferredVideoPath": "sample string 3",
"PreferredVideoPosterPath": "sample string 4",
"PreferredVideoURL": "sample string 5",
"VideoRuntime": "sample string 6",
"AttachmentCount": 7,
"ItemType": 1,
"AdmissionGradeId": 8.0,
"AdmissionGradeSubjectId": 9.0
},
{
"LessonId": 1.0,
"LessonTitle": "sample string 2",
"ContentStudentCompleteId": 1.0,
"VideoType": 1.0,
"PreferredVideoPath": "sample string 3",
"PreferredVideoPosterPath": "sample string 4",
"PreferredVideoURL": "sample string 5",
"VideoRuntime": "sample string 6",
"AttachmentCount": 7,
"ItemType": 1,
"AdmissionGradeId": 8.0,
"AdmissionGradeSubjectId": 9.0
}
]
},
{
"SubjectId": 1.0,
"SubjectName": "sample string 2",
"LessonSubject": [
{
"LessonId": 1.0,
"LessonTitle": "sample string 2",
"ContentStudentCompleteId": 1.0,
"VideoType": 1.0,
"PreferredVideoPath": "sample string 3",
"PreferredVideoPosterPath": "sample string 4",
"PreferredVideoURL": "sample string 5",
"VideoRuntime": "sample string 6",
"AttachmentCount": 7,
"ItemType": 1,
"AdmissionGradeId": 8.0,
"AdmissionGradeSubjectId": 9.0
},
{
"LessonId": 1.0,
"LessonTitle": "sample string 2",
"ContentStudentCompleteId": 1.0,
"VideoType": 1.0,
"PreferredVideoPath": "sample string 3",
"PreferredVideoPosterPath": "sample string 4",
"PreferredVideoURL": "sample string 5",
"VideoRuntime": "sample string 6",
"AttachmentCount": 7,
"ItemType": 1,
"AdmissionGradeId": 8.0,
"AdmissionGradeSubjectId": 9.0
}
]
}
]
}
application/xml, text/xml
Sample:
<GradeLessonDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxGenius.API.Models.Extensions">
<CourseCurriculum>
<GradeSubjectDto>
<LessonSubject>
<LessonSubjectDto>
<AdmissionGradeId>8</AdmissionGradeId>
<AdmissionGradeSubjectId>9</AdmissionGradeSubjectId>
<AttachmentCount>7</AttachmentCount>
<ContentStudentCompleteId>1</ContentStudentCompleteId>
<ItemType>1</ItemType>
<LessonId>1</LessonId>
<LessonTitle>sample string 2</LessonTitle>
<PreferredVideoPath>sample string 3</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 4</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 5</PreferredVideoURL>
<VideoRuntime>sample string 6</VideoRuntime>
<VideoType>1</VideoType>
</LessonSubjectDto>
<LessonSubjectDto>
<AdmissionGradeId>8</AdmissionGradeId>
<AdmissionGradeSubjectId>9</AdmissionGradeSubjectId>
<AttachmentCount>7</AttachmentCount>
<ContentStudentCompleteId>1</ContentStudentCompleteId>
<ItemType>1</ItemType>
<LessonId>1</LessonId>
<LessonTitle>sample string 2</LessonTitle>
<PreferredVideoPath>sample string 3</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 4</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 5</PreferredVideoURL>
<VideoRuntime>sample string 6</VideoRuntime>
<VideoType>1</VideoType>
</LessonSubjectDto>
</LessonSubject>
<SubjectId>1</SubjectId>
<SubjectName>sample string 2</SubjectName>
</GradeSubjectDto>
<GradeSubjectDto>
<LessonSubject>
<LessonSubjectDto>
<AdmissionGradeId>8</AdmissionGradeId>
<AdmissionGradeSubjectId>9</AdmissionGradeSubjectId>
<AttachmentCount>7</AttachmentCount>
<ContentStudentCompleteId>1</ContentStudentCompleteId>
<ItemType>1</ItemType>
<LessonId>1</LessonId>
<LessonTitle>sample string 2</LessonTitle>
<PreferredVideoPath>sample string 3</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 4</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 5</PreferredVideoURL>
<VideoRuntime>sample string 6</VideoRuntime>
<VideoType>1</VideoType>
</LessonSubjectDto>
<LessonSubjectDto>
<AdmissionGradeId>8</AdmissionGradeId>
<AdmissionGradeSubjectId>9</AdmissionGradeSubjectId>
<AttachmentCount>7</AttachmentCount>
<ContentStudentCompleteId>1</ContentStudentCompleteId>
<ItemType>1</ItemType>
<LessonId>1</LessonId>
<LessonTitle>sample string 2</LessonTitle>
<PreferredVideoPath>sample string 3</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 4</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 5</PreferredVideoURL>
<VideoRuntime>sample string 6</VideoRuntime>
<VideoType>1</VideoType>
</LessonSubjectDto>
</LessonSubject>
<SubjectId>1</SubjectId>
<SubjectName>sample string 2</SubjectName>
</GradeSubjectDto>
</CourseCurriculum>
<CourseLevel>1</CourseLevel>
<CourseThumbnail>sample string 7</CourseThumbnail>
<CreatedByEmployee>sample string 11</CreatedByEmployee>
<Description>sample string 4</Description>
<GradeId>1</GradeId>
<GradeName>sample string 2</GradeName>
<GradeTypeId>1</GradeTypeId>
<IntroVideoType>1</IntroVideoType>
<IsPublished>1</IsPublished>
<LastUpDatedDate>2025-12-06T10:19:35.6633123+05:30</LastUpDatedDate>
<LearningConceptsInCourse>sample string 5</LearningConceptsInCourse>
<PreferredVideoPath>sample string 8</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 9</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 10</PreferredVideoURL>
<Requirements>sample string 6</Requirements>
<ShortDescripion>sample string 3</ShortDescripion>
</GradeLessonDto>