mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
4.4 KiB
4.4 KiB
GetRecentlyAddedMediaContainer
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
size |
int | ✔️ | Number of media items returned in this response. | 50 |
total_size |
int | ✔️ | Total number of media items in the library. | 50 |
offset |
int | ✔️ | Offset value for pagination. | 0 |
allow_sync |
bool | ✔️ | Indicates whether syncing is allowed. | false |
identifier |
str | ✔️ | An plugin identifier for the media container. | com.plexapp.plugins.library |
meta |
Optional[operations.Meta] | ➖ | The Meta object is only included in the response if the includeMeta parameter is set to 1. |
|
metadata |
List[operations.GetRecentlyAddedMetadata] | ➖ | An array of metadata items. |