mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +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 |
TotalSize |
int | ✔️ | Total number of media items in the library. | 50 |
Offset |
long | ✔️ | Offset value for pagination. | 0 |
AllowSync |
bool | ✔️ | Indicates whether syncing is allowed. | false |
Identifier |
string | ✔️ | An plugin identifier for the media container. | com.plexapp.plugins.library |
Meta |
Meta | ➖ | The Meta object is only included in the response if the includeMeta parameter is set to 1. |
|
Metadata |
List<GetRecentlyAddedMetadata> | ➖ | An array of metadata items. |