[@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / ListSLAsParams # Type Alias: ListSLAsParams > **ListSLAsParams** = `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. *** ### 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.