GET api/VideosPage/getonlinechaptersforstudent?batchid={batchid}&logid={logid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| batchid | integer |
Required |
|
| logid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of getonlinechaptersforstudent_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Video | integer |
None. |
|
| Courseid | integer |
None. |
|
| Topics | string |
None. |
|
| Chapterid | integer |
None. |
|
| Quiz | string |
None. |
|
| PracticeQuestions | string |
None. |
|
| Date | string |
None. |
|
| RowNum | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Video": 1,
"Courseid": 1,
"Topics": "sample string 3",
"Chapterid": 1,
"Quiz": "sample string 4",
"PracticeQuestions": "sample string 5",
"Date": "sample string 6",
"RowNum": 1
},
{
"Id": 1,
"Name": "sample string 2",
"Video": 1,
"Courseid": 1,
"Topics": "sample string 3",
"Chapterid": 1,
"Quiz": "sample string 4",
"PracticeQuestions": "sample string 5",
"Date": "sample string 6",
"RowNum": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfgetonlinechaptersforstudent_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<getonlinechaptersforstudent_Result>
<Chapterid>1</Chapterid>
<Courseid>1</Courseid>
<Date>sample string 6</Date>
<Id>1</Id>
<Name>sample string 2</Name>
<PracticeQuestions>sample string 5</PracticeQuestions>
<Quiz>sample string 4</Quiz>
<RowNum>1</RowNum>
<Topics>sample string 3</Topics>
<Video>1</Video>
</getonlinechaptersforstudent_Result>
<getonlinechaptersforstudent_Result>
<Chapterid>1</Chapterid>
<Courseid>1</Courseid>
<Date>sample string 6</Date>
<Id>1</Id>
<Name>sample string 2</Name>
<PracticeQuestions>sample string 5</PracticeQuestions>
<Quiz>sample string 4</Quiz>
<RowNum>1</RowNum>
<Topics>sample string 3</Topics>
<Video>1</Video>
</getonlinechaptersforstudent_Result>
</ArrayOfgetonlinechaptersforstudent_Result>