Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix all warnings in Jellyfin.Server.Implementations and MediaBrowser.Providers #9070

Merged
merged 2 commits into from
Jan 11, 2023

Conversation

Bond-009
Copy link
Member

No description provided.

@github-actions
Copy link

Changes in OpenAPI specification found. Expand to see details.

What's Changed


GET /DisplayPreferences/{displayPreferencesId}
Return Type:

Changed response : 200 OK

Display preferences retrieved.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property ScrollDirection (object)

An enum representing the axis that should be scrolled.

openapi-base openapi-changes.md openapi-head Changed property SortOrder (object)

An enum representing the sorting order.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property ScrollDirection (object)

An enum representing the axis that should be scrolled.

openapi-base openapi-changes.md openapi-head Changed property SortOrder (object)

An enum representing the sorting order.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property ScrollDirection (object)

An enum representing the axis that should be scrolled.

openapi-base openapi-changes.md openapi-head Changed property SortOrder (object)

An enum representing the sorting order.

POST /DisplayPreferences/{displayPreferencesId}
Request:

Changed content type : application/json

Updated DisplayPreferencesDto :

  • Changed property ScrollDirection (object)

An enum representing the axis that should be scrolled.

  • Changed property SortOrder (object)

An enum representing the sorting order.

Changed content type : text/json

Updated DisplayPreferencesDto :

  • Changed property ScrollDirection (object)

An enum representing the axis that should be scrolled.

  • Changed property SortOrder (object)

An enum representing the sorting order.

Changed content type : application/*+json

Updated DisplayPreferencesDto :

  • Changed property ScrollDirection (object)

An enum representing the axis that should be scrolled.

  • Changed property SortOrder (object)

An enum representing the sorting order.

POST /SyncPlay/Queue
Request:

Changed content type : application/json

Updated QueueRequestDto :

  • Changed property Mode (object)

Gets or sets the mode in which to add the new items.

Changed content type : text/json

Updated QueueRequestDto :

  • Changed property Mode (object)

Gets or sets the mode in which to add the new items.

Changed content type : application/*+json

Updated QueueRequestDto :

  • Changed property Mode (object)

Gets or sets the mode in which to add the new items.

POST /SyncPlay/SetRepeatMode
Request:

Changed content type : application/json

Updated SetRepeatModeRequestDto :

  • Changed property Mode (object)

Gets or sets the repeat mode.

Changed content type : text/json

Updated SetRepeatModeRequestDto :

  • Changed property Mode (object)

Gets or sets the repeat mode.

Changed content type : application/*+json

Updated SetRepeatModeRequestDto :

  • Changed property Mode (object)

Gets or sets the repeat mode.

POST /SyncPlay/SetShuffleMode
Request:

Changed content type : application/json

Updated SetShuffleModeRequestDto :

  • Changed property Mode (object)

Gets or sets the shuffle mode.

Changed content type : text/json

Updated SetShuffleModeRequestDto :

  • Changed property Mode (object)

Gets or sets the shuffle mode.

Changed content type : application/*+json

Updated SetShuffleModeRequestDto :

  • Changed property Mode (object)

Gets or sets the shuffle mode.

GET /Artists/{name}
Return Type:

Changed response : 200 OK

Artist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Genres/{genreName}
Return Type:

Changed response : 200 OK

Genres returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /Items/{itemId}
Request:

Changed content type : application/json

Updated BaseItemDto :

  • Changed property Type (object)

The base item kind.

Changed content type : text/json

Updated BaseItemDto :

  • Changed property Type (object)

The base item kind.

Changed content type : application/*+json

Updated BaseItemDto :

  • Changed property Type (object)

The base item kind.

GET /Items/{itemId}/Ancestors
Return Type:

Changed response : 200 OK

Item parents returned.

  • Changed content type : application/json

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Channels/{channelId}
Return Type:

Changed response : 200 OK

Live tv channel returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Programs/{programId}
Return Type:

Changed response : 200 OK

Program returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Recordings/{recordingId}
Return Type:

Changed response : 200 OK

Recording returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /MusicGenres/{genreName}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Persons/{name}
Return Type:

Changed response : 200 OK

Person returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Search/Hints
Return Type:

Changed response : 200 OK

Search hint returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property SearchHints (array)

Gets the search hints.

Changed items (object):

Class SearchHintResult.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property SearchHints (array)

Gets the search hints.

Changed items (object):

Class SearchHintResult.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property SearchHints (array)

Gets the search hints.

Changed items (object):

Class SearchHintResult.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Studios/{name}
Return Type:

Changed response : 200 OK

Studio returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /Users/{userId}/Policy
Request:

Changed content type : application/json

Updated UserPolicy :

  • Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

Changed content type : text/json

Updated UserPolicy :

  • Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

Changed content type : application/*+json

Updated UserPolicy :

  • Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

GET /Users/{userId}/Items/{itemId}
Return Type:

Changed response : 200 OK

Item returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Users/{userId}/Items/{itemId}/LocalTrailers
Return Type:

Changed response : 200 OK

An Microsoft.AspNetCore.Mvc.OkResult containing the item's local trailers.

  • Changed content type : application/json

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Users/{userId}/Items/{itemId}/SpecialFeatures
Return Type:

Changed response : 200 OK

Special features returned.

  • Changed content type : application/json

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Users/{userId}/Items/Latest
Return Type:

Changed response : 200 OK

Latest media returned.

  • Changed content type : application/json

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Users/{userId}/Items/Root
Return Type:

Changed response : 200 OK

Root folder returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Years/{year}
Return Type:

Changed response : 200 OK

Year returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Artists
Return Type:

Changed response : 200 OK

Artists returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Artists/AlbumArtists
Return Type:

Changed response : 200 OK

Album artists returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Channels
Return Type:

Changed response : 200 OK

Channels returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Channels/{channelId}/Items
Return Type:

Changed response : 200 OK

Channel items returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Channels/Items/Latest
Return Type:

Changed response : 200 OK

Latest channel items returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Genres
Return Type:

Changed response : 200 OK

Genres returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Albums/{id}/InstantMix
Return Type:

Changed response : 200 OK

Instant playlist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Artists/{id}/InstantMix
Return Type:

Changed response : 200 OK

Instant playlist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Artists/InstantMix
Return Type:

Changed response : 200 OK

Instant playlist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Items/{id}/InstantMix
Return Type:

Changed response : 200 OK

Instant playlist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /MusicGenres/{name}/InstantMix
Return Type:

Changed response : 200 OK

Instant playlist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /MusicGenres/InstantMix
Return Type:

Changed response : 200 OK

Instant playlist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Playlists/{id}/InstantMix
Return Type:

Changed response : 200 OK

Instant playlist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Songs/{id}/InstantMix
Return Type:

Changed response : 200 OK

Instant playlist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Items
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Users/{userId}/Items
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Users/{userId}/Items/Resume
Return Type:

Changed response : 200 OK

Items returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Albums/{itemId}/Similar
Return Type:

Changed response : 200 OK

Similar items returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Artists/{itemId}/Similar
Return Type:

Changed response : 200 OK

Similar items returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Items/{itemId}/CriticReviews
Return Type:

Changed response : 200 OK

Critic reviews returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Items/{itemId}/Similar
Return Type:

Changed response : 200 OK

Similar items returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Items/{itemId}/ThemeSongs
Return Type:

Changed response : 200 OK

Theme songs returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Items/{itemId}/ThemeVideos
Return Type:

Changed response : 200 OK

Theme videos returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Library/MediaFolders
Return Type:

Changed response : 200 OK

Media folders returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Movies/{itemId}/Similar
Return Type:

Changed response : 200 OK

Similar items returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Shows/{itemId}/Similar
Return Type:

Changed response : 200 OK

Similar items returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Trailers/{itemId}/Similar
Return Type:

Changed response : 200 OK

Similar items returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Channels
Return Type:

Changed response : 200 OK

Available live tv channels returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Programs
Return Type:

Changed response : 200 OK

Live tv epgs returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /LiveTv/Programs
Return Type:

Changed response : 200 OK

Live tv epgs returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Programs/Recommended
Return Type:

Changed response : 200 OK

Recommended epgs returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Recordings
Return Type:

Changed response : 200 OK

Live tv recordings returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Recordings/Folders
Return Type:

Changed response : 200 OK

Recording folders returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Recordings/Groups
Return Type:

Changed response : 200 OK

Recording groups returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Recordings/Series
Return Type:

Changed response : 200 OK

Live tv recordings returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Timers/{timerId}
Return Type:

Changed response : 200 OK

Timer returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /LiveTv/Timers/{timerId}
Request:

Changed content type : application/json

Updated TimerInfoDto :

  • Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : text/json

Updated TimerInfoDto :

  • Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : application/*+json

Updated TimerInfoDto :

  • Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Movies/Recommendations
Return Type:

Changed response : 200 OK

Movie recommendations returned.

  • Changed content type : application/json

Changed items (object):

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

Changed items (object):

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

Changed items (object):

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /MusicGenres
Return Type:

Changed response : 200 OK

Music genres returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Persons
Return Type:

Changed response : 200 OK

Persons returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Playlists/{playlistId}/Items
Return Type:

Changed response : 200 OK

Original playlist returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /Sessions/Playing
Request:

Changed content type : application/json

Updated PlaybackStartInfo :

  • Changed property Item (object)

Gets or sets the item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : text/json

Updated PlaybackStartInfo :

  • Changed property Item (object)

Gets or sets the item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : application/*+json

Updated PlaybackStartInfo :

  • Changed property Item (object)

Gets or sets the item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /Sessions/Playing/Progress
Request:

Changed content type : application/json

Updated PlaybackProgressInfo :

  • Changed property Item (object)

Gets or sets the item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : text/json

Updated PlaybackProgressInfo :

  • Changed property Item (object)

Gets or sets the item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : application/*+json

Updated PlaybackProgressInfo :

  • Changed property Item (object)

Gets or sets the item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /Sessions/Playing/Stopped
Request:

Changed content type : application/json

Updated PlaybackStopInfo :

  • Changed property Item (object)

Gets or sets the item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : text/json

Updated PlaybackStopInfo :

  • Changed property Item (object)

Gets or sets the item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : application/*+json

Updated PlaybackStopInfo :

  • Changed property Item (object)

Gets or sets the item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Studios
Return Type:

Changed response : 200 OK

Studios returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Users/{userId}/Suggestions
Return Type:

Changed response : 200 OK

Suggestions returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Trailers
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Shows/{seriesId}/Episodes
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Shows/{seriesId}/Seasons
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Shows/NextUp
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Shows/Upcoming
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Users
Return Type:

Changed response : 200 OK

Users returned.

  • Changed content type : application/json

Changed items (object):

Class UserDto.

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="CamelCase"

Changed items (object):

Class UserDto.

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="PascalCase"

Changed items (object):

Class UserDto.

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

GET /Users/{userId}
Return Type:

Changed response : 200 OK

User returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

POST /Users/{userId}
Request:

Changed content type : application/json

Updated UserDto :

  • Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

Changed content type : text/json

Updated UserDto :

  • Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

Changed content type : application/*+json

Updated UserDto :

  • Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

GET /Users/Me
Return Type:

Changed response : 200 OK

User returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

POST /Users/New
Return Type:

Changed response : 200 OK

User created.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

GET /Users/Public
Return Type:

Changed response : 200 OK

Public users returned.

  • Changed content type : application/json

Changed items (object):

Class UserDto.

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="CamelCase"

Changed items (object):

Class UserDto.

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

  • Changed content type : application/json; profile="PascalCase"

Changed items (object):

Class UserDto.

openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

GET /Users/{userId}/Items/{itemId}/Intros
Return Type:

Changed response : 200 OK

Intros returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Users/{userId}/Views
Return Type:

Changed response : 200 OK

User views returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Videos/{itemId}/AdditionalParts
Return Type:

Changed response : 200 OK

Additional parts returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Years
Return Type:

Changed response : 200 OK

Year query returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /Items/{itemId}/ThemeMedia
Return Type:

Changed response : 200 OK

Theme songs and videos returned.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property ThemeVideosResult (object)

Class ThemeMediaResult.

Updated ThemeMediaResult :
openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property ThemeVideosResult (object)

Class ThemeMediaResult.

Updated ThemeMediaResult :
openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property ThemeVideosResult (object)

Class ThemeMediaResult.

Updated ThemeMediaResult :
openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

This is strictly used as a data transfer object from the api layer.
This holds information about a BaseItem in a format that is convenient for the client.

openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /LiveTv/Timers
Request:

Changed content type : application/json

Updated TimerInfoDto :

  • Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : text/json

Updated TimerInfoDto :

  • Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

Changed content type : application/*+json

Updated TimerInfoDto :

  • Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

GET /LiveTv/Timers
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

openapi-base openapi-changes.md openapi-head Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

openapi-base openapi-changes.md openapi-head Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property Items (array)

Gets or sets the items.

Changed items (object):

openapi-base openapi-changes.md openapi-head Changed property ProgramInfo (object)

Gets or sets the program information.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /Items/{itemId}/PlaybackInfo
Request:

Changed content type : application/json

Updated PlaybackInfoDto :

  • Changed property DeviceProfile (object)

Gets or sets the device profile.

Changed content type : text/json

Updated PlaybackInfoDto :

  • Changed property DeviceProfile (object)

Gets or sets the device profile.

Changed content type : application/*+json

Updated PlaybackInfoDto :

  • Changed property DeviceProfile (object)

Gets or sets the device profile.

POST /LiveStreams/Open
Request:

Changed content type : application/json

Updated OpenLiveStreamDto :

  • Changed property DeviceProfile (object)

Gets or sets the device profile.

Changed content type : text/json

Updated OpenLiveStreamDto :

  • Changed property DeviceProfile (object)

Gets or sets the device profile.

Changed content type : application/*+json

Updated OpenLiveStreamDto :

  • Changed property DeviceProfile (object)

Gets or sets the device profile.

POST /Sessions/Capabilities/Full
Request:

Changed content type : application/json

Updated ClientCapabilitiesDto :

  • Changed property DeviceProfile (object)

Gets or sets the device profile.

Changed content type : text/json

Updated ClientCapabilitiesDto :

  • Changed property DeviceProfile (object)

Gets or sets the device profile.

Changed content type : application/*+json

Updated ClientCapabilitiesDto :

  • Changed property DeviceProfile (object)

Gets or sets the device profile.

GET /Sessions
Return Type:

Changed response : 200 OK

List of sessions returned.

  • Changed content type : application/json

Changed items (object):

Class SessionInfo.

openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

Changed items (object):

Class SessionInfo.

openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

Changed items (object):

Class SessionInfo.

openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /Users/{userId}/Authenticate
Return Type:

Changed response : 200 OK

User authenticated.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property User (object)

Class UserDto.

Updated UserDto :
openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

openapi-base openapi-changes.md openapi-head Changed property SessionInfo (object)

Class SessionInfo.

Updated SessionInfo :
openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property User (object)

Class UserDto.

Updated UserDto :
openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

openapi-base openapi-changes.md openapi-head Changed property SessionInfo (object)

Class SessionInfo.

Updated SessionInfo :
openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property User (object)

Class UserDto.

Updated UserDto :
openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

openapi-base openapi-changes.md openapi-head Changed property SessionInfo (object)

Class SessionInfo.

Updated SessionInfo :
openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /Users/AuthenticateByName
Return Type:

Changed response : 200 OK

User authenticated.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property User (object)

Class UserDto.

Updated UserDto :
openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

openapi-base openapi-changes.md openapi-head Changed property SessionInfo (object)

Class SessionInfo.

Updated SessionInfo :
openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property User (object)

Class UserDto.

Updated UserDto :
openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

openapi-base openapi-changes.md openapi-head Changed property SessionInfo (object)

Class SessionInfo.

Updated SessionInfo :
openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property User (object)

Class UserDto.

Updated UserDto :
openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

openapi-base openapi-changes.md openapi-head Changed property SessionInfo (object)

Class SessionInfo.

Updated SessionInfo :
openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

POST /Users/AuthenticateWithQuickConnect
Return Type:

Changed response : 200 OK

User authenticated.

  • Changed content type : application/json

openapi-base openapi-changes.md openapi-head Changed property User (object)

Class UserDto.

Updated UserDto :
openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

openapi-base openapi-changes.md openapi-head Changed property SessionInfo (object)

Class SessionInfo.

Updated SessionInfo :
openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="CamelCase"

openapi-base openapi-changes.md openapi-head Changed property User (object)

Class UserDto.

Updated UserDto :
openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

openapi-base openapi-changes.md openapi-head Changed property SessionInfo (object)

Class SessionInfo.

Updated SessionInfo :
openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

  • Changed content type : application/json; profile="PascalCase"

openapi-base openapi-changes.md openapi-head Changed property User (object)

Class UserDto.

Updated UserDto :
openapi-base openapi-changes.md openapi-head Changed property Policy (object)

Gets or sets the policy.

Updated UserPolicy :
openapi-base openapi-changes.md openapi-head Changed property SyncPlayAccess (object)

Enum SyncPlayUserAccessType.

openapi-base openapi-changes.md openapi-head Changed property SessionInfo (object)

Class SessionInfo.

Updated SessionInfo :
openapi-base openapi-changes.md openapi-head Changed property NowPlayingItem (object)

Gets or sets the now playing item.

Updated BaseItemDto :
openapi-base openapi-changes.md openapi-head Changed property Type (object)

The base item kind.

@crobibero crobibero merged commit 3ad6286 into jellyfin:master Jan 11, 2023
@Bond-009 Bond-009 deleted the warn3 branch January 12, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants