mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
1.6 KiB
1.6 KiB
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 |