Returns an array of watch history
objects that contains only the watch history specified by the location
parameter, if it exists.
{server_url}/watchHistory?location=<location_to_search_for>
Parameter name | Type | Description |
---|---|---|
location |
string | The location/format/service where the movie was |
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. |