[@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / SearchCases2Params
# Type Alias: SearchCases2Params
> **SearchCases2Params** = `object`
Generated by orval v7.9.0 🍺
Do not edit manually.
service.proto
OpenAPI spec version: version not set
## Properties
### fields?
> `optional` **fields**: `string`[]
List of fields to include in the response.
***
### filters?
> `optional` **filters**: `string`[]
Key-value pairs for additional filtering.
***
### ids?
> `optional` **ids**: `string`[]
List of specific case IDs to retrieve.
***
### page?
> `optional` **page**: `number`
Page number for pagination.
***
### q?
> `optional` **q**: `string`
Query string for searching cases.
***
### size?
> `optional` **size**: `number`
Number of results per page.
***
### sort?
> `optional` **sort**: `string`
Sorting criteria (e.g., field:asc).