Files
plexjs/docs/models/getlibraryrequest.md

3.9 KiB
Raw Blame History

GetLibraryRequest

Example Usage

import { GetLibraryRequest } from "@lukehagar/plexjs";

let value: GetLibraryRequest = {
    sectionId: 1000,
};

Fields

Field Type Required Description Example
sectionId number ✔️ the Id of the library to query 1000
includeDetails models.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.