# \HistoryApi
All URIs are relative to *http://localhost:7878*
[**api_v3_history_failed_id_post**](HistoryApi.md#api_v3_history_failed_id_post) | **POST** /api/v3/history/failed/{id} |
[**api_v3_history_get**](HistoryApi.md#api_v3_history_get) | **GET** /api/v3/history |
[**api_v3_history_movie_get**](HistoryApi.md#api_v3_history_movie_get) | **GET** /api/v3/history/movie |
[**api_v3_history_since_get**](HistoryApi.md#api_v3_history_since_get) | **GET** /api/v3/history/since |
## api_v3_history_failed_id_post
> api_v3_history_failed_id_post(id)
### Parameters
**id** | **i32** | | [required] |
### Return type
(empty response body)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_v3_history_get
> crate::models::HistoryResourcePagingResource api_v3_history_get(page, page_size, sort_key, sort_direction, include_movie, event_type, download_id, movie_ids, languages, quality)
### Parameters
**page** | Option<**i32**> | | |[default to 1]
**page_size** | Option<**i32**> | | |[default to 10]
**sort_key** | Option<**String**> | | |
**sort_direction** | Option<[**SortDirection**](.md)> | | |
**include_movie** | Option<**bool**> | | |
**event_type** | Option<**i32**> | | |
**download_id** | Option<**String**> | | |
**movie_ids** | Option<[**Vec<i32>**](i32.md)> | | |
**languages** | Option<[**Vec<i32>**](i32.md)> | | |
**quality** | Option<[**Vec<i32>**](i32.md)> | | |
### Return type
[**crate::models::HistoryResourcePagingResource**](HistoryResourcePagingResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_v3_history_movie_get
> Vec<crate::models::HistoryResource> api_v3_history_movie_get(movie_id, event_type, include_movie)
### Parameters
**movie_id** | Option<**i32**> | | |
**event_type** | Option<[**MovieHistoryEventType**](.md)> | | |
**include_movie** | Option<**bool**> | | |[default to false]
### Return type
[**Vec<crate::models::HistoryResource>**](HistoryResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_v3_history_since_get
> Vec<crate::models::HistoryResource> api_v3_history_since_get(date, event_type, include_movie)
### Parameters
**date** | Option<**String**> | | |
**event_type** | Option<[**MovieHistoryEventType**](.md)> | | |
**include_movie** | Option<**bool**> | | |[default to false]
### Return type
[**Vec<crate::models::HistoryResource>**](HistoryResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)