Wishlist
Fire this api to show, add or remove from wishlist.
Show all item in wishlist
api/showwishlist
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"wishlist": [
{
"id": 5,
"user_id": 6,
"movie_id": 2,
"season_id": null,
"added": 1,
"created_at": "2021-12-21T11:10:36.000000Z",
"updated_at": "2021-12-21T12:05:18.000000Z"
},
{
"id": 6,
"user_id": 6,
"movie_id": null,
"season_id": 6,
"added": 1,
"created_at": "2021-12-21T12:05:28.000000Z",
"updated_at": "2021-12-21T12:05:28.000000Z"
}
]
}Add movie / season in wishlist
api/addwishlist
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Remove movie from wishlist
api/removemovie
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Remove season from wishlist
/api/removeseason
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated