immich_api_rs 1.137.3

Immich API
Documentation
# \DeprecatedApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_random**]DeprecatedApi.md#get_random | **GET** /assets/random | 



## get_random

> Vec<models::AssetResponseDto> get_random(count)


This property was deprecated in v1.116.0. This endpoint requires the `asset.read` permission.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**count** | Option<**f64**> |  |  |

### Return type

[**Vec<models::AssetResponseDto>**](AssetResponseDto.md)

### Authorization

[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)

### 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)