# ReportRequest ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | `accepts` | [Optional[components.Accepts]](../../models/components/accepts.md) | :heavy_minus_sign: | Indicates the client accepts the indicated media types | | | `client_identifier` | *Optional[str]* | :heavy_minus_sign: | An opaque identifier unique to the client | abc123 | | `product` | *Optional[str]* | :heavy_minus_sign: | The name of the client product | Plex for Roku | | `version` | *Optional[str]* | :heavy_minus_sign: | The version of the client application | 2.4.1 | | `platform` | *Optional[str]* | :heavy_minus_sign: | The platform of the client | Roku | | `platform_version` | *Optional[str]* | :heavy_minus_sign: | The version of the platform | 4.3 build 1057 | | `device` | *Optional[str]* | :heavy_minus_sign: | A relatively friendly name for the client device | Roku 3 | | `model` | *Optional[str]* | :heavy_minus_sign: | A potentially less friendly identifier for the device model | 4200X | | `device_vendor` | *Optional[str]* | :heavy_minus_sign: | The device vendor | Roku | | `device_name` | *Optional[str]* | :heavy_minus_sign: | A friendly name for the client | Living Room TV | | `marketplace` | *Optional[str]* | :heavy_minus_sign: | The marketplace on which the client application is distributed | googlePlay | | `key` | *Optional[str]* | :heavy_minus_sign: | The details key for the item. | /foo | | `rating_key` | *Optional[str]* | :heavy_minus_sign: | The rating key attribute for the item. | xyz | | `state` | [Optional[operations.State]](../../models/operations/state.md) | :heavy_minus_sign: | The current state of the media. | playing | | `play_queue_item_id` | *Optional[str]* | :heavy_minus_sign: | If playing media from a play queue, the play queue's ID. | 123 | | `time` | *Optional[int]* | :heavy_minus_sign: | The current time offset of playback in ms. | 0 | | `duration` | *Optional[int]* | :heavy_minus_sign: | The total duration of the item in ms. | 10000 | | `continuing` | [Optional[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` | *Optional[int]* | :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` | [Optional[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 | | `time_to_first_frame` | *Optional[int]* | :heavy_minus_sign: | Time in seconds till first frame is displayed. Sent only on the first playing timeline request. | 1000 | | `time_stalled` | *Optional[int]* | :heavy_minus_sign: | Time in seconds spent buffering since last request. | 1000 | | `bandwidth` | *Optional[int]* | :heavy_minus_sign: | Bandwidth in kbps as estimated by the client. | 100 | | `buffered_time` | *Optional[int]* | :heavy_minus_sign: | Amount of time in seconds buffered by client. Omit if computed by `bufferedSize` below. | 100 | | `buffered_size` | *Optional[int]* | :heavy_minus_sign: | Size in kilobytes of data buffered by client. Omit if computed by `bufferedTime` above | 1024 | | `x_plex_session_identifier` | *Optional[str]* | :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) | |