GET api/CCQuiz/GetUserWatchhistoryScorefornewdata?loginid={loginid}&courseid={courseid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginid | integer |
Required |
|
| courseid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetUserWatchhistoryScorefornewdata_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| duration | integer |
None. |
|
| Date | string |
None. |
|
| WatchTime | integer |
None. |
|
| Chapterid | integer |
None. |
|
| Duration1 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"duration": 1,
"Date": "sample string 1",
"WatchTime": 1,
"Chapterid": 2,
"Duration1": "sample string 3"
},
{
"duration": 1,
"Date": "sample string 1",
"WatchTime": 1,
"Chapterid": 2,
"Duration1": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetUserWatchhistoryScorefornewdata_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<GetUserWatchhistoryScorefornewdata_Result>
<Chapterid>2</Chapterid>
<Date>sample string 1</Date>
<Duration1>sample string 3</Duration1>
<WatchTime>1</WatchTime>
<duration>1</duration>
</GetUserWatchhistoryScorefornewdata_Result>
<GetUserWatchhistoryScorefornewdata_Result>
<Chapterid>2</Chapterid>
<Date>sample string 1</Date>
<Duration1>sample string 3</Duration1>
<WatchTime>1</WatchTime>
<duration>1</duration>
</GetUserWatchhistoryScorefornewdata_Result>
</ArrayOfGetUserWatchhistoryScorefornewdata_Result>