mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 12:37:47 +00:00
15 lines
6.0 KiB
Markdown
15 lines
6.0 KiB
Markdown
# GetLibraryItemsLibrarySort
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
|
|
| `defaultDirection` | [Operations\GetLibraryItemsLibraryDefaultDirection](../../Models/Operations/GetLibraryItemsLibraryDefaultDirection.md) | :heavy_check_mark: | The direction of the sort. Can be either `asc` or `desc`.<br/> | asc |
|
|
| `key` | *string* | :heavy_check_mark: | N/A | titleSort |
|
|
| `title` | *string* | :heavy_check_mark: | N/A | Title |
|
|
| `default` | *?string* | :heavy_minus_sign: | N/A | asc |
|
|
| `active` | *?bool* | :heavy_minus_sign: | N/A | false |
|
|
| `activeDirection` | [?Operations\GetLibraryItemsLibraryActiveDirection](../../Models/Operations/GetLibraryItemsLibraryActiveDirection.md) | :heavy_minus_sign: | The direction of the sort. Can be either `asc` or `desc`.<br/> | asc |
|
|
| `descKey` | *?string* | :heavy_minus_sign: | N/A | titleSort:desc |
|
|
| `firstCharacterKey` | *?string* | :heavy_minus_sign: | N/A | /library/sections/2/firstCharacter | |