GET api/VideosPage/Getlastwatchvideo?cid={cid}&logid={logid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cid

integer

Required

logid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Getlastwatchvideo_Result
NameDescriptionTypeAdditional information
SLTopicid

integer

None.

Name

string

None.

Testid

integer

None.

VideoCode

string

None.

Duration

string

None.

Status

string

None.

Type

string

None.

VideoId

string

None.

Notes

string

None.

Html

string

None.

WatchTime

integer

None.

Watchduration

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SLTopicid": 1,
    "Name": "sample string 2",
    "Testid": 1,
    "VideoCode": "sample string 3",
    "Duration": "sample string 4",
    "Status": "sample string 5",
    "Type": "sample string 6",
    "VideoId": "sample string 7",
    "Notes": "sample string 8",
    "Html": "sample string 9",
    "WatchTime": 1,
    "Watchduration": 1
  },
  {
    "SLTopicid": 1,
    "Name": "sample string 2",
    "Testid": 1,
    "VideoCode": "sample string 3",
    "Duration": "sample string 4",
    "Status": "sample string 5",
    "Type": "sample string 6",
    "VideoId": "sample string 7",
    "Notes": "sample string 8",
    "Html": "sample string 9",
    "WatchTime": 1,
    "Watchduration": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetlastwatchvideo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
  <Getlastwatchvideo_Result>
    <Duration>sample string 4</Duration>
    <Html>sample string 9</Html>
    <Name>sample string 2</Name>
    <Notes>sample string 8</Notes>
    <SLTopicid>1</SLTopicid>
    <Status>sample string 5</Status>
    <Testid>1</Testid>
    <Type>sample string 6</Type>
    <VideoCode>sample string 3</VideoCode>
    <VideoId>sample string 7</VideoId>
    <WatchTime>1</WatchTime>
    <Watchduration>1</Watchduration>
  </Getlastwatchvideo_Result>
  <Getlastwatchvideo_Result>
    <Duration>sample string 4</Duration>
    <Html>sample string 9</Html>
    <Name>sample string 2</Name>
    <Notes>sample string 8</Notes>
    <SLTopicid>1</SLTopicid>
    <Status>sample string 5</Status>
    <Testid>1</Testid>
    <Type>sample string 6</Type>
    <VideoCode>sample string 3</VideoCode>
    <VideoId>sample string 7</VideoId>
    <WatchTime>1</WatchTime>
    <Watchduration>1</Watchduration>
  </Getlastwatchvideo_Result>
</ArrayOfGetlastwatchvideo_Result>