mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
3.9 KiB
3.9 KiB
openapi.model.MetadataSearchDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| albumIds | Optional<List?> | Filter by album IDs | [optional] [default to const []] |
| checksum | Optional<String?> | Filter by file checksum | [optional] |
| city | Optional<String?> | Filter by city name | [optional] |
| country | Optional<String?> | Filter by country name | [optional] |
| createdAfter | Optional<DateTime?> | Filter by creation date (after) | [optional] |
| createdBefore | Optional<DateTime?> | Filter by creation date (before) | [optional] |
| description | Optional<String?> | Filter by description text | [optional] |
| encodedVideoPath | Optional<String?> | Filter by encoded video file path | [optional] |
| id | Optional<String?> | Filter by asset ID | [optional] |
| isEncoded | Optional<bool?> | Filter by encoded status | [optional] |
| isFavorite | Optional<bool?> | Filter by favorite status | [optional] |
| isMotion | Optional<bool?> | Filter by motion photo status | [optional] |
| isNotInAlbum | Optional<bool?> | Filter assets not in any album | [optional] |
| isOffline | Optional<bool?> | Filter by offline status | [optional] |
| lensModel | Optional<String?> | Filter by lens model | [optional] |
| libraryId | Optional<String?> | Library ID to filter by | [optional] |
| make | Optional<String?> | Filter by camera make | [optional] |
| model | Optional<String?> | Filter by camera model | [optional] |
| ocr | Optional<String?> | Filter by OCR text content | [optional] |
| order | Optional<AssetOrder?> | [optional] | |
| originalFileName | Optional<String?> | Filter by original file name | [optional] |
| originalPath | Optional<String?> | Filter by original file path | [optional] |
| page | Optional<int?> | Page number | [optional] |
| personIds | Optional<List?> | Filter by person IDs | [optional] [default to const []] |
| previewPath | Optional<String?> | Filter by preview file path | [optional] |
| rating | Optional<int?> | Filter by rating [1-5], or null for unrated | [optional] |
| size | Optional<int?> | Number of results to return | [optional] |
| state | Optional<String?> | Filter by state/province name | [optional] |
| tagIds | Optional<List?> | Filter by tag IDs | [optional] [default to const []] |
| takenAfter | Optional<DateTime?> | Filter by taken date (after) | [optional] |
| takenBefore | Optional<DateTime?> | Filter by taken date (before) | [optional] |
| thumbnailPath | Optional<String?> | Filter by thumbnail file path | [optional] |
| trashedAfter | Optional<DateTime?> | Filter by trash date (after) | [optional] |
| trashedBefore | Optional<DateTime?> | Filter by trash date (before) | [optional] |
| type | Optional<AssetTypeEnum?> | [optional] | |
| updatedAfter | Optional<DateTime?> | Filter by update date (after) | [optional] |
| updatedBefore | Optional<DateTime?> | Filter by update date (before) | [optional] |
| visibility | Optional<AssetVisibility?> | [optional] | |
| withDeleted | Optional<bool?> | Include deleted assets | [optional] |
| withExif | Optional<bool?> | Include EXIF data in response | [optional] |
| withPeople | Optional<bool?> | Include people data in response | [optional] |
| withStacked | Optional<bool?> | Include stacked assets | [optional] |