Files
plexjs/docs/models/getlibraryitemsrequest.md

1.6 KiB
Raw Blame History

GetLibraryItemsRequest

Example Usage

import { GetLibraryItemsRequest, Tag } from "@lukehagar/plexjs";

let value: GetLibraryItemsRequest = {
    sectionId: "<value>",
    tag: Tag.RecentlyViewed,
    includeGuids: 1,
};

Fields

Field Type Required Description Example
sectionId any ✔️ the Id of the library to query
tag models.Tag ✔️ A key representing a specific tag within the section.
includeGuids number Adds the Guids object to the response
1