GET api/Values/GetWatchList/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Apivideo| Name | Description | Type | Additional information |
|---|---|---|---|
| CompId | string |
None. |
|
| Topicid | string |
None. |
|
| TopicName | string |
None. |
|
| URL | string |
None. |
|
| OfflineUrl | string |
None. |
|
| Rate | decimal number |
None. |
|
| IsAddedtoWatchList | boolean |
None. |
|
| isDownloaded | boolean |
None. |
|
| Thumbnail | string |
None. |
|
| userRating | integer |
None. |
|
| ViewCount | integer |
None. |
|
| description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CompId": "sample string 1",
"Topicid": "sample string 2",
"TopicName": "sample string 3",
"URL": "sample string 4",
"OfflineUrl": "sample string 5",
"Rate": 6.1,
"IsAddedtoWatchList": true,
"isDownloaded": true,
"Thumbnail": "sample string 9",
"userRating": 10,
"ViewCount": 11,
"description": "sample string 12"
},
{
"CompId": "sample string 1",
"Topicid": "sample string 2",
"TopicName": "sample string 3",
"URL": "sample string 4",
"OfflineUrl": "sample string 5",
"Rate": 6.1,
"IsAddedtoWatchList": true,
"isDownloaded": true,
"Thumbnail": "sample string 9",
"userRating": 10,
"ViewCount": 11,
"description": "sample string 12"
}
]