Files
plexgo/docs/models/operations/getrecentlyaddedrequest.md

8.3 KiB
Raw Blame History

GetRecentlyAddedRequest

Fields

Field Type Required Description Example
ContentDirectoryID int64 ✔️ The content directory ID.
PinnedContentDirectoryID *string Comma-separated list of pinned content directory IDs.
SectionID *int64 The library section ID for filtering content. 2
Type operations.Type ✔️ The type of media to retrieve.
1 = movie
2 = show
3 = season
4 = episode
E.g. A movie library will not return anything with type 3 as there are no seasons for movie libraries
2
IncludeMeta *operations.IncludeMeta Adds the Meta object to the response
1
XPlexContainerStart *int The index of the first item to return. If not specified, the first item will be returned.
If the number of items exceeds the limit, the response will be paginated.
By default this is 0
0
XPlexContainerSize *int The number of items to return. If not specified, all items will be returned.
If the number of items exceeds the limit, the response will be paginated.
By default this is 50
50