GET api/MyFavourites
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MyFavourite| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| VideoId | integer |
Required |
|
| UserId | integer |
Required |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"VideoId": 2,
"UserId": 3
},
{
"Id": 1,
"VideoId": 2,
"UserId": 3
}
]