GET api/MyFavourites/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}