GET api/Performance/getonlinechaptersforstudentProgress?loginid={loginid}&cid={cid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginid | integer |
Required |
|
| cid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of getonlinechaptersforstudentProgress_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. |
|
| Count | 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",
"Count": 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",
"Count": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfgetonlinechaptersforstudentProgress_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<getonlinechaptersforstudentProgress_Result>
<Chapterid>1</Chapterid>
<Count>1</Count>
<Courseid>1</Courseid>
<Id>1</Id>
<Name>sample string 2</Name>
<PracticeQuestions>sample string 5</PracticeQuestions>
<Quiz>sample string 4</Quiz>
<Topics>sample string 3</Topics>
<Video>1</Video>
</getonlinechaptersforstudentProgress_Result>
<getonlinechaptersforstudentProgress_Result>
<Chapterid>1</Chapterid>
<Count>1</Count>
<Courseid>1</Courseid>
<Id>1</Id>
<Name>sample string 2</Name>
<PracticeQuestions>sample string 5</PracticeQuestions>
<Quiz>sample string 4</Quiz>
<Topics>sample string 3</Topics>
<Video>1</Video>
</getonlinechaptersforstudentProgress_Result>
</ArrayOfgetonlinechaptersforstudentProgress_Result>