mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
5.7 KiB
5.7 KiB
GetSessionHistoryRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
sort |
Optional | ➖ | Sorts the results by the specified field followed by the direction (asc, desc) |
|
accountId |
Optional | ➖ | Filter results by those that are related to a specific users id |
1 |
filter |
Optional | ➖ | Filters content by field and direction/equality (Unknown if viewedAt is the only supported column) |
{ "viewed-at-greater-than": { "value": "viewedAt\u003e" }, "viewed-at-greater-than-or-equal-to": { "value": "viewedAt\u003e=\u003e" }, "viewed-at-less-than": { "value": "viewedAt\u003c" } } |
librarySectionID |
Optional | ➖ | Filters the results based on the id of a valid library section |
12 |