[@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / ListServicesParams
# Type Alias: ListServicesParams
> **ListServicesParams** = `object`
Generated by orval v7.9.0 🍺
Do not edit manually.
service.proto
OpenAPI spec version: version not set
## Properties
### fields?
> `optional` **fields**: `string`[]
Fields to be retrieved as a result.
***
### id?
> `optional` **id**: `string`[]
List of IDs to filter the services
***
### page?
> `optional` **page**: `number`
Page number for pagination
***
### q?
> `optional` **q**: `string`
Search query string for filtering by name. Supports:
- Wildcards (*) for substring matching
- Placeholder (?) for single character substitution
- Exact match for full names
***
### rootId?
> `optional` **rootId**: `string`
Filter services by catalog ID (required)
***
### size?
> `optional` **size**: `number`
Number of records per page
***
### sort?
> `optional` **sort**: `string`
Sorting options by fields
***
### state?
> `optional` **state**: `boolean`
Filter by state (true for active, false for inactive)