mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 04:20:49 +00:00
11 lines
7.4 KiB
Markdown
11 lines
7.4 KiB
Markdown
# GetStatisticsMediaContainer
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `size` | *Optional<? extends Integer>* | :heavy_minus_sign: | N/A | 5497 |
|
|
| `device` | List<[lukehagar.plexapi.plexapi.models.operations.GetStatisticsDevice](../../models/operations/GetStatisticsDevice.md)> | :heavy_minus_sign: | N/A | [<br/>{<br/>"id": 208,<br/>"name": "Roku Express",<br/>"platform": "Roku",<br/>"clientIdentifier": "793095d235660625108ef785cc7646e9",<br/>"createdAt": 1706470556<br/>}<br/>] |
|
|
| `account` | List<[lukehagar.plexapi.plexapi.models.operations.Account](../../models/operations/Account.md)> | :heavy_minus_sign: | N/A | [<br/>{<br/>"id": 238960586,<br/>"key": "/accounts/238960586",<br/>"name": "Diane",<br/>"defaultAudioLanguage": "en",<br/>"autoSelectAudio": true,<br/>"defaultSubtitleLanguage": "en",<br/>"subtitleMode": 1,<br/>"thumb": "https://plex.tv/users/50d83634246da1de/avatar?c=1707110967"<br/>}<br/>] |
|
|
| `statisticsMedia` | List<[lukehagar.plexapi.plexapi.models.operations.StatisticsMedia](../../models/operations/StatisticsMedia.md)> | :heavy_minus_sign: | N/A | [<br/>{<br/>"accountID": 1,<br/>"deviceID": 13,<br/>"timespan": 4,<br/>"at": 1707141600,<br/>"metadataType": 4,<br/>"count": 1,<br/>"duration": 1555<br/>}<br/>] | |