mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
19 lines
1.7 KiB
Markdown
19 lines
1.7 KiB
Markdown
# GetApiV1LogRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetApiV1LogRequest } from "prowlarr/models/operations";
|
|
|
|
let value: GetApiV1LogRequest = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
|
|
| `page` | *number* | :heavy_minus_sign: | N/A |
|
|
| `pageSize` | *number* | :heavy_minus_sign: | N/A |
|
|
| `sortKey` | *string* | :heavy_minus_sign: | N/A |
|
|
| `sortDirection` | [models.SortDirection](../../models/sortdirection.md) | :heavy_minus_sign: | N/A |
|
|
| `level` | *string* | :heavy_minus_sign: | N/A | |