mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
1.3 KiB
1.3 KiB
GetTopWatchedContentRequest
Example Usage
import { GetTopWatchedContentRequest } from "@lukehagar/plexjs";
let value: GetTopWatchedContentRequest = {
type: 681820,
includeGuids: 1,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
type |
number | ✔️ | the library type (1 - movies, 2 - shows, 3 - music) | |
includeGuids |
number | ➖ | Adds the Guids object to the response |
1 |