# ReportRequest ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | `Accepts` | [*components.Accepts](../../models/components/accepts.md) | :heavy_minus_sign: | Indicates the client accepts the indicated media types | | | `ClientIdentifier` | **string* | :heavy_minus_sign: | An opaque identifier unique to the client | abc123 | | `Product` | **string* | :heavy_minus_sign: | The name of the client product | Plex for Roku | | `Version` | **string* | :heavy_minus_sign: | The version of the client application | 2.4.1 | | `Platform` | **string* | :heavy_minus_sign: | The platform of the client | Roku | | `PlatformVersion` | **string* | :heavy_minus_sign: | The version of the platform | 4.3 build 1057 | | `Device` | **string* | :heavy_minus_sign: | A relatively friendly name for the client device | Roku 3 | | `Model` | **string* | :heavy_minus_sign: | A potentially less friendly identifier for the device model | 4200X | | `DeviceVendor` | **string* | :heavy_minus_sign: | The device vendor | Roku | | `DeviceName` | **string* | :heavy_minus_sign: | A friendly name for the client | Living Room TV | | `Marketplace` | **string* | :heavy_minus_sign: | The marketplace on which the client application is distributed | googlePlay | | `Key` | **string* | :heavy_minus_sign: | The details key for the item. | /foo | | `RatingKey` | **string* | :heavy_minus_sign: | The rating key attribute for the item. | xyz | | `State` | [*operations.State](../../models/operations/state.md) | :heavy_minus_sign: | The current state of the media. | playing | | `PlayQueueItemID` | **string* | :heavy_minus_sign: | If playing media from a play queue, the play queue's ID. | 123 | | `Time` | **int64* | :heavy_minus_sign: | The current time offset of playback in ms. | 0 | | `Duration` | **int64* | :heavy_minus_sign: | The total duration of the item in ms. | 10000 | | `Continuing` | [*components.BoolInt](../../models/components/boolint.md) | :heavy_minus_sign: | When state is `stopped`, a flag indicating whether or not the client is going to continue playing anothe item. | 1 | | `Updated` | **int64* | :heavy_minus_sign: | Used when a sync client comes online and is syncing media timelines, holds the time at which the playback state was last updated. | 14200000 | | `Offline` | [*components.BoolInt](../../models/components/boolint.md) | :heavy_minus_sign: | Also used by sync clients, used to indicate that a timeline is being synced from being offline, as opposed to being "live". | 1 | | `TimeToFirstFrame` | **int64* | :heavy_minus_sign: | Time in seconds till first frame is displayed. Sent only on the first playing timeline request. | 1000 | | `TimeStalled` | **int64* | :heavy_minus_sign: | Time in seconds spent buffering since last request. | 1000 | | `Bandwidth` | **int64* | :heavy_minus_sign: | Bandwidth in kbps as estimated by the client. | 100 | | `BufferedTime` | **int64* | :heavy_minus_sign: | Amount of time in seconds buffered by client. Omit if computed by `bufferedSize` below. | 100 | | `BufferedSize` | **int64* | :heavy_minus_sign: | Size in kilobytes of data buffered by client. Omit if computed by `bufferedTime` above | 1024 | | `XPlexSessionIdentifier` | **string* | :heavy_minus_sign: | Unique per client playback session. Used if a client can playback multiple items at a time (such as a browser with multiple tabs) | |