Files
plexjs/docs/sdk/models/operations/getlibrarydetailsrequest.md
2024-09-08 03:06:14 +00:00

3.9 KiB
Raw Blame History

GetLibraryDetailsRequest

Example Usage

import { GetLibraryDetailsRequest } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetLibraryDetailsRequest = {
    sectionKey: 9518,
};

Fields

Field Type Required Description Example
sectionKey number ✔️ The unique key of the Plex library.
Note: This is unique in the context of the Plex server.
9518
includeDetails operations.IncludeDetails Whether or not to include details for a section (types, filters, and sorts).
Only exists for backwards compatibility, media providers other than the server libraries have it on always.