All URIs are relative to http://localhost:7878
Method | HTTP request | Description |
---|---|---|
create_history_failed_by_id | POST /api/v3/history/failed/{id} | |
get_history | GET /api/v3/history | |
list_history_movie | GET /api/v3/history/movie | |
list_history_since | GET /api/v3/history/since |
create_history_failed_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::HistoryResourcePagingResource get_history(page, page_size, sort_key, sort_direction, include_movie, event_type, download_id, movie_ids, languages, quality)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
page | Option<i32> | [default to 1] | ||
page_size | Option<i32> | [default to 10] | ||
sort_key | Option<String> | |||
sort_direction | Option<SortDirection> | |||
include_movie | Option<bool> | |||
event_type | Option<Vec> | |||
download_id | Option<String> | |||
movie_ids | Option<Vec> | |||
languages | Option<Vec> | |||
quality | Option<Vec> |
models::HistoryResourcePagingResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::HistoryResource list_history_movie(movie_id, event_type, include_movie)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
movie_id | Option<i32> | |||
event_type | Option<MovieHistoryEventType> | |||
include_movie | Option<bool> | [default to false] |
Vecmodels::HistoryResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::HistoryResource list_history_since(date, event_type, include_movie)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
date | Option<String> | |||
event_type | Option<MovieHistoryEventType> | |||
include_movie | Option<bool> | [default to false] |
Vecmodels::HistoryResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]