GET api/WebPortal/getRecord/Course/{Id}/Branch/{key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WebPortalGradeLessonDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GradeId | decimal number |
None. |
|
| GradeName | string |
None. |
|
| GradeTypeId | decimal number |
None. |
|
| IsPublished | integer |
None. |
|
| GradeCategoryId | decimal number |
None. |
|
| GradeCategoryName | string |
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. |
|
| FeesAmount | decimal number |
None. |
|
| LMSRegularPrice | decimal number |
None. |
|
| LMSSalePrice | decimal number |
None. |
|
| CourseCurriculum | Collection of WebPortalGradeTopicDto |
None. |
|
| ReviewRating | decimal number |
None. |
|
| ReviewRatingCount | integer |
None. |
|
| IntroMediaType | integer |
None. |
|
| IntroAudioType | integer |
None. |
|
| PreferredAudioPath | string |
None. |
|
| PreferredAudioPosterPath | string |
None. |
|
| PreferredAudioURL | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GradeId": 1.0,
"GradeName": "sample string 2",
"GradeTypeId": 1.0,
"IsPublished": 1,
"GradeCategoryId": 1.0,
"GradeCategoryName": "sample string 3",
"ShortDescripion": "sample string 4",
"Description": "sample string 5",
"LearningConceptsInCourse": "sample string 6",
"Requirements": "sample string 7",
"CourseThumbnail": "sample string 8",
"CourseLevel": 1,
"IntroVideoType": 1,
"PreferredVideoPath": "sample string 9",
"PreferredVideoPosterPath": "sample string 10",
"PreferredVideoURL": "sample string 11",
"CreatedByEmployee": "sample string 12",
"LastUpDatedDate": "2025-12-05T23:34:50.3094726+05:30",
"FeesAmount": 1.1,
"LMSRegularPrice": 1.1,
"LMSSalePrice": 1.1,
"CourseCurriculum": [
{
"SubjectId": 1.0,
"SubjectName": "sample string 1",
"LectureCount": 2,
"QuizCount": 3,
"AssignmentCount": 4,
"LessonSubject": [
{
"LessonId": 1.0,
"LessonTitle": "sample string 1",
"ContentStudentCompleteId": 1.0,
"VideoType": 1.0,
"PreferredVideoPath": "sample string 2",
"PreferredVideoPosterPath": "sample string 3",
"PreferredVideoURL": "sample string 4",
"VideoRuntime": "sample string 5",
"AttachmentCount": 6,
"ItemType": 1,
"AdmissionGradeId": 7.0,
"AdmissionGradeSubjectId": 8.0
},
{
"LessonId": 1.0,
"LessonTitle": "sample string 1",
"ContentStudentCompleteId": 1.0,
"VideoType": 1.0,
"PreferredVideoPath": "sample string 2",
"PreferredVideoPosterPath": "sample string 3",
"PreferredVideoURL": "sample string 4",
"VideoRuntime": "sample string 5",
"AttachmentCount": 6,
"ItemType": 1,
"AdmissionGradeId": 7.0,
"AdmissionGradeSubjectId": 8.0
}
]
},
{
"SubjectId": 1.0,
"SubjectName": "sample string 1",
"LectureCount": 2,
"QuizCount": 3,
"AssignmentCount": 4,
"LessonSubject": [
{
"LessonId": 1.0,
"LessonTitle": "sample string 1",
"ContentStudentCompleteId": 1.0,
"VideoType": 1.0,
"PreferredVideoPath": "sample string 2",
"PreferredVideoPosterPath": "sample string 3",
"PreferredVideoURL": "sample string 4",
"VideoRuntime": "sample string 5",
"AttachmentCount": 6,
"ItemType": 1,
"AdmissionGradeId": 7.0,
"AdmissionGradeSubjectId": 8.0
},
{
"LessonId": 1.0,
"LessonTitle": "sample string 1",
"ContentStudentCompleteId": 1.0,
"VideoType": 1.0,
"PreferredVideoPath": "sample string 2",
"PreferredVideoPosterPath": "sample string 3",
"PreferredVideoURL": "sample string 4",
"VideoRuntime": "sample string 5",
"AttachmentCount": 6,
"ItemType": 1,
"AdmissionGradeId": 7.0,
"AdmissionGradeSubjectId": 8.0
}
]
}
],
"ReviewRating": 1.0,
"ReviewRatingCount": 1,
"IntroMediaType": 1,
"IntroAudioType": 1,
"PreferredAudioPath": "sample string 14",
"PreferredAudioPosterPath": "sample string 15",
"PreferredAudioURL": "sample string 16"
}
application/xml, text/xml
Sample:
<WebPortalGradeLessonDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions">
<CourseCurriculum>
<WebPortalGradeTopicDto>
<AssignmentCount>4</AssignmentCount>
<LectureCount>2</LectureCount>
<LessonSubject>
<WebPortalTopicLessonDto>
<AdmissionGradeId>7</AdmissionGradeId>
<AdmissionGradeSubjectId>8</AdmissionGradeSubjectId>
<AttachmentCount>6</AttachmentCount>
<ContentStudentCompleteId>1</ContentStudentCompleteId>
<ItemType>1</ItemType>
<LessonId>1</LessonId>
<LessonTitle>sample string 1</LessonTitle>
<PreferredVideoPath>sample string 2</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 3</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 4</PreferredVideoURL>
<VideoRuntime>sample string 5</VideoRuntime>
<VideoType>1</VideoType>
</WebPortalTopicLessonDto>
<WebPortalTopicLessonDto>
<AdmissionGradeId>7</AdmissionGradeId>
<AdmissionGradeSubjectId>8</AdmissionGradeSubjectId>
<AttachmentCount>6</AttachmentCount>
<ContentStudentCompleteId>1</ContentStudentCompleteId>
<ItemType>1</ItemType>
<LessonId>1</LessonId>
<LessonTitle>sample string 1</LessonTitle>
<PreferredVideoPath>sample string 2</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 3</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 4</PreferredVideoURL>
<VideoRuntime>sample string 5</VideoRuntime>
<VideoType>1</VideoType>
</WebPortalTopicLessonDto>
</LessonSubject>
<QuizCount>3</QuizCount>
<SubjectId>1</SubjectId>
<SubjectName>sample string 1</SubjectName>
</WebPortalGradeTopicDto>
<WebPortalGradeTopicDto>
<AssignmentCount>4</AssignmentCount>
<LectureCount>2</LectureCount>
<LessonSubject>
<WebPortalTopicLessonDto>
<AdmissionGradeId>7</AdmissionGradeId>
<AdmissionGradeSubjectId>8</AdmissionGradeSubjectId>
<AttachmentCount>6</AttachmentCount>
<ContentStudentCompleteId>1</ContentStudentCompleteId>
<ItemType>1</ItemType>
<LessonId>1</LessonId>
<LessonTitle>sample string 1</LessonTitle>
<PreferredVideoPath>sample string 2</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 3</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 4</PreferredVideoURL>
<VideoRuntime>sample string 5</VideoRuntime>
<VideoType>1</VideoType>
</WebPortalTopicLessonDto>
<WebPortalTopicLessonDto>
<AdmissionGradeId>7</AdmissionGradeId>
<AdmissionGradeSubjectId>8</AdmissionGradeSubjectId>
<AttachmentCount>6</AttachmentCount>
<ContentStudentCompleteId>1</ContentStudentCompleteId>
<ItemType>1</ItemType>
<LessonId>1</LessonId>
<LessonTitle>sample string 1</LessonTitle>
<PreferredVideoPath>sample string 2</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 3</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 4</PreferredVideoURL>
<VideoRuntime>sample string 5</VideoRuntime>
<VideoType>1</VideoType>
</WebPortalTopicLessonDto>
</LessonSubject>
<QuizCount>3</QuizCount>
<SubjectId>1</SubjectId>
<SubjectName>sample string 1</SubjectName>
</WebPortalGradeTopicDto>
</CourseCurriculum>
<CourseLevel>1</CourseLevel>
<CourseThumbnail>sample string 8</CourseThumbnail>
<CreatedByEmployee>sample string 12</CreatedByEmployee>
<Description>sample string 5</Description>
<FeesAmount>1.1</FeesAmount>
<GradeCategoryId>1</GradeCategoryId>
<GradeCategoryName>sample string 3</GradeCategoryName>
<GradeId>1</GradeId>
<GradeName>sample string 2</GradeName>
<GradeTypeId>1</GradeTypeId>
<IntroAudioType>1</IntroAudioType>
<IntroMediaType>1</IntroMediaType>
<IntroVideoType>1</IntroVideoType>
<IsPublished>1</IsPublished>
<LMSRegularPrice>1.1</LMSRegularPrice>
<LMSSalePrice>1.1</LMSSalePrice>
<LastUpDatedDate>2025-12-05T23:34:50.3094726+05:30</LastUpDatedDate>
<LearningConceptsInCourse>sample string 6</LearningConceptsInCourse>
<PreferredAudioPath>sample string 14</PreferredAudioPath>
<PreferredAudioPosterPath>sample string 15</PreferredAudioPosterPath>
<PreferredAudioURL>sample string 16</PreferredAudioURL>
<PreferredVideoPath>sample string 9</PreferredVideoPath>
<PreferredVideoPosterPath>sample string 10</PreferredVideoPosterPath>
<PreferredVideoURL>sample string 11</PreferredVideoURL>
<Requirements>sample string 7</Requirements>
<ReviewRating>1</ReviewRating>
<ReviewRatingCount>1</ReviewRatingCount>
<ShortDescripion>sample string 4</ShortDescripion>
</WebPortalGradeLessonDto>