mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
16 lines
1.1 KiB
Markdown
16 lines
1.1 KiB
Markdown
# GetPlaylistsRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetPlaylistsRequest } from "@lukehagar/plexjs";
|
|
|
|
let value: GetPlaylistsRequest = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
|
|
| `playlistType` | [models.PlaylistType](../models/playlisttype.md) | :heavy_minus_sign: | limit to a type of playlist. |
|
|
| `smart` | [models.QueryParamSmart](../models/queryparamsmart.md) | :heavy_minus_sign: | type of playlists to return (default is all). | |