[@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / ListPrioritiesParams
# Type Alias: ListPrioritiesParams
> **ListPrioritiesParams** = `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`[]
Filter by unique IDs.
***
### inSlaCond?
> `optional` **inSlaCond**: `string`
Filter priorities that are in filtered SlaCondition and not in current SLA
***
### notInSla?
> `optional` **notInSla**: `string`
Filter priorities that are not in filtered SLA
***
### page?
> `optional` **page**: `number`
Page number of result dataset records. offset = (page*size)
***
### 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
***
### size?
> `optional` **size**: `number`
Size count of records on result page. limit = (size++)
***
### sort?
> `optional` **sort**: `string`
Sort the result according to fields.