GET api/Performance/GetUserWatchhistoryScore?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 GetUserWatchhistoryScore1_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| duration | integer |
None. |
|
| Date | string |
None. |
|
| Name | string |
None. |
|
| WatchTime | integer |
None. |
|
| Chapterid | integer |
None. |
|
| Duration1 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"duration": 1,
"Date": "sample string 1",
"Name": "sample string 2",
"WatchTime": 1,
"Chapterid": 3,
"Duration1": "sample string 4"
},
{
"duration": 1,
"Date": "sample string 1",
"Name": "sample string 2",
"WatchTime": 1,
"Chapterid": 3,
"Duration1": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetUserWatchhistoryScore1_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<GetUserWatchhistoryScore1_Result>
<Chapterid>3</Chapterid>
<Date>sample string 1</Date>
<Duration1>sample string 4</Duration1>
<Name>sample string 2</Name>
<WatchTime>1</WatchTime>
<duration>1</duration>
</GetUserWatchhistoryScore1_Result>
<GetUserWatchhistoryScore1_Result>
<Chapterid>3</Chapterid>
<Date>sample string 1</Date>
<Duration1>sample string 4</Duration1>
<Name>sample string 2</Name>
<WatchTime>1</WatchTime>
<duration>1</duration>
</GetUserWatchhistoryScore1_Result>
</ArrayOfGetUserWatchhistoryScore1_Result>