# \QueueApi All URIs are relative to *http://localhost:7878* Method | HTTP request | Description ------------- | ------------- | ------------- [**api_v3_queue_bulk_delete**](QueueApi.md#api_v3_queue_bulk_delete) | **DELETE** /api/v3/queue/bulk | [**api_v3_queue_get**](QueueApi.md#api_v3_queue_get) | **GET** /api/v3/queue | [**api_v3_queue_id_delete**](QueueApi.md#api_v3_queue_id_delete) | **DELETE** /api/v3/queue/{id} | [**api_v3_queue_id_get**](QueueApi.md#api_v3_queue_id_get) | **GET** /api/v3/queue/{id} | ## api_v3_queue_bulk_delete > api_v3_queue_bulk_delete(remove_from_client, blocklist, skip_redownload, queue_bulk_resource) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **remove_from_client** | Option<**bool**> | | |[default to true] **blocklist** | Option<**bool**> | | |[default to false] **skip_redownload** | Option<**bool**> | | |[default to false] **queue_bulk_resource** | Option<[**QueueBulkResource**](QueueBulkResource.md)> | | | ### Return type (empty response body) ### Authorization [apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key) ### HTTP request headers - **Content-Type**: application/json, text/json, application/*+json - **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_queue_get > crate::models::QueueResourcePagingResource api_v3_queue_get(page, page_size, sort_key, sort_direction, include_unknown_movie_items, include_movie, movie_ids, protocol, languages, quality) ### Parameters 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**](.md)> | | | **include_unknown_movie_items** | Option<**bool**> | | |[default to false] **include_movie** | Option<**bool**> | | |[default to false] **movie_ids** | Option<[**Vec**](i32.md)> | | | **protocol** | Option<[**DownloadProtocol**](.md)> | | | **languages** | Option<[**Vec**](i32.md)> | | | **quality** | Option<**i32**> | | | ### Return type [**crate::models::QueueResourcePagingResource**](QueueResourcePagingResource.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_queue_id_delete > api_v3_queue_id_delete(id, remove_from_client, blocklist, skip_redownload) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | | [required] | **remove_from_client** | Option<**bool**> | | |[default to true] **blocklist** | Option<**bool**> | | |[default to false] **skip_redownload** | Option<**bool**> | | |[default to false] ### 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_queue_id_get > crate::models::QueueResource api_v3_queue_id_get(id) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | | [required] | ### Return type [**crate::models::QueueResource**](QueueResource.md) ### Authorization [apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: text/plain, application/json, text/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)