v1

latestOpenAPI 3.0.12026-07-134082641.7 MB
Session

Issues a playstate command to a client.

post/Sessions/{sessionId}/Playing/{command}

Path parameters

sessionIdstring required

The session id.

The session id.

command'Stop' | 'Pause' | 'Unpause' | 'NextTrack' | 'PreviousTrack' | 'Seek' | 'Rewind' | 'FastForward' | 'PlayPause' required

Enum PlaystateCommand.

The MediaBrowser.Model.Session.PlaystateCommand.

Query parameters

seekPositionTicksinteger nullable

The optional position ticks.

The optional position ticks.

controllingUserIdstring nullable

The optional controlling user id.

The optional controlling user id.

Response

Playstate command sent to session.