Returns an array of watch history objects that contains only the watch history specified by the user_id parameter, if it exists.
{server_url}/watchHistory?user_id=<user_id_to_search_for>
| Parameter name | Type | Description |
|---|---|---|
user_id |
number | The ID of the user resource to which this watch history is assigned |
None
None
[
{
"user_id": 2,
"movie_id": 1,
"watched_date": "2024-05-24",
"location": "physical_media",
"media_type": "Blu-ray",
"id": "7ba0"
}
]
| Status value | Return status | Description |
|---|---|---|
| 200 | Success | Requested data returned successfully |
| 404 | Error | Specified watch history record not found |
| ECONNREFUSED | N/A | Service is offline. Start the service and try again. |