Files
plexjs/docs/models/operations/gettimelinerequest.md

17 lines
2.6 KiB
Markdown

# GetTimelineRequest
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
| `ratingKey` | *number* | :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` | [operations.State](../../models/operations/state.md) | :heavy_check_mark: | The state of the media item |
| `hasMDE` | *number* | :heavy_check_mark: | Whether the media item has MDE |
| `time` | *number* | :heavy_check_mark: | The time of the media item |
| `duration` | *number* | :heavy_check_mark: | The duration of the media item |
| `context` | *string* | :heavy_check_mark: | The context of the media item |
| `playQueueItemID` | *number* | :heavy_check_mark: | The play queue item ID of the media item |
| `playBackTime` | *number* | :heavy_check_mark: | The playback time of the media item |
| `row` | *number* | :heavy_check_mark: | The row of the media item |