GET api/Performance/GetUserWatchhistoryScoreChapters?loginid={loginid}&cid={cid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loginid

integer

Required

cid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetUserWatchhistoryScoreChapters_Result
NameDescriptionTypeAdditional information
duration

integer

None.

WatchTime

integer

None.

Chapterid

integer

None.

Duration1

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "duration": 1,
    "WatchTime": 1,
    "Chapterid": 1,
    "Duration1": "sample string 2"
  },
  {
    "duration": 1,
    "WatchTime": 1,
    "Chapterid": 1,
    "Duration1": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetUserWatchhistoryScoreChapters_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
  <GetUserWatchhistoryScoreChapters_Result>
    <Chapterid>1</Chapterid>
    <Duration1>sample string 2</Duration1>
    <WatchTime>1</WatchTime>
    <duration>1</duration>
  </GetUserWatchhistoryScoreChapters_Result>
  <GetUserWatchhistoryScoreChapters_Result>
    <Chapterid>1</Chapterid>
    <Duration1>sample string 2</Duration1>
    <WatchTime>1</WatchTime>
    <duration>1</duration>
  </GetUserWatchhistoryScoreChapters_Result>
</ArrayOfGetUserWatchhistoryScoreChapters_Result>