mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-09 20:47:46 +00:00
17 lines
3.9 KiB
Markdown
17 lines
3.9 KiB
Markdown
# GetTimelineRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
|
|
| `ratingKey` | *float* | :heavy_check_mark: | The rating key of the media item |
|
|
| `key` | *string* | :heavy_check_mark: | The key of the media item to get the timeline for |
|
|
| `state` | [\LukeHagar\Plex_API\Models\Operations\State](../../Models/Operations/State.md) | :heavy_check_mark: | The state of the media item |
|
|
| `hasMDE` | *float* | :heavy_check_mark: | Whether the media item has MDE |
|
|
| `time` | *float* | :heavy_check_mark: | The time of the media item |
|
|
| `duration` | *float* | :heavy_check_mark: | The duration of the media item |
|
|
| `context` | *string* | :heavy_check_mark: | The context of the media item |
|
|
| `playQueueItemID` | *float* | :heavy_check_mark: | The play queue item ID of the media item |
|
|
| `playBackTime` | *float* | :heavy_check_mark: | The playback time of the media item |
|
|
| `row` | *float* | :heavy_check_mark: | The row of the media item | |