Interface ArtistsApiGetAlbumArtistsRequest

Request parameters for getAlbumArtists operation in ArtistsApi.

ArtistsApiGetAlbumArtistsRequest

interface ArtistsApiGetAlbumArtistsRequest {
    enableImages?: boolean;
    enableImageTypes?: ImageType[];
    enableTotalRecordCount?: boolean;
    enableUserData?: boolean;
    excludeItemTypes?: BaseItemKind[];
    fields?: ItemFields[];
    filters?: ItemFilter[];
    genreIds?: string[];
    genres?: string[];
    imageTypeLimit?: number;
    includeItemTypes?: BaseItemKind[];
    isFavorite?: boolean;
    limit?: number;
    mediaTypes?: MediaType[];
    minCommunityRating?: number;
    nameLessThan?: string;
    nameStartsWith?: string;
    nameStartsWithOrGreater?: string;
    officialRatings?: string[];
    parentId?: string;
    person?: string;
    personIds?: string[];
    personTypes?: string[];
    searchTerm?: string;
    sortBy?: ItemSortBy[];
    sortOrder?: SortOrder[];
    startIndex?: number;
    studioIds?: string[];
    studios?: string[];
    tags?: string[];
    userId?: string;
    years?: number[];
}

Properties

enableImages?: boolean

Optional, include image information in output.

ArtistsApiGetAlbumArtists

enableImageTypes?: ImageType[]

Optional. The image types to include in the output.

ArtistsApiGetAlbumArtists

enableTotalRecordCount?: boolean

Total record count.

ArtistsApiGetAlbumArtists

enableUserData?: boolean

Optional, include user data.

ArtistsApiGetAlbumArtists

excludeItemTypes?: BaseItemKind[]

Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.

ArtistsApiGetAlbumArtists

fields?: ItemFields[]

Optional. Specify additional fields of information to return in the output.

ArtistsApiGetAlbumArtists

filters?: ItemFilter[]

Optional. Specify additional filters to apply.

ArtistsApiGetAlbumArtists

genreIds?: string[]

Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.

ArtistsApiGetAlbumArtists

genres?: string[]

Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.

ArtistsApiGetAlbumArtists

imageTypeLimit?: number

Optional, the max number of images to return, per image type.

ArtistsApiGetAlbumArtists

includeItemTypes?: BaseItemKind[]

Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.

ArtistsApiGetAlbumArtists

isFavorite?: boolean

Optional filter by items that are marked as favorite, or not.

ArtistsApiGetAlbumArtists

limit?: number

Optional. The maximum number of records to return.

ArtistsApiGetAlbumArtists

mediaTypes?: MediaType[]

Optional filter by MediaType. Allows multiple, comma delimited.

ArtistsApiGetAlbumArtists

minCommunityRating?: number

Optional filter by minimum community rating.

ArtistsApiGetAlbumArtists

nameLessThan?: string

Optional filter by items whose name is equally or lesser than a given input string.

ArtistsApiGetAlbumArtists

nameStartsWith?: string

Optional filter by items whose name is sorted equally than a given input string.

ArtistsApiGetAlbumArtists

nameStartsWithOrGreater?: string

Optional filter by items whose name is sorted equally or greater than a given input string.

ArtistsApiGetAlbumArtists

officialRatings?: string[]

Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.

ArtistsApiGetAlbumArtists

parentId?: string

Specify this to localize the search to a specific item or folder. Omit to use the root.

ArtistsApiGetAlbumArtists

person?: string

Optional. If specified, results will be filtered to include only those containing the specified person.

ArtistsApiGetAlbumArtists

personIds?: string[]

Optional. If specified, results will be filtered to include only those containing the specified person ids.

ArtistsApiGetAlbumArtists

personTypes?: string[]

Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited.

ArtistsApiGetAlbumArtists

searchTerm?: string

Optional. Search term.

ArtistsApiGetAlbumArtists

sortBy?: ItemSortBy[]

Optional. Specify one or more sort orders, comma delimited.

ArtistsApiGetAlbumArtists

sortOrder?: SortOrder[]

Sort Order - Ascending,Descending.

ArtistsApiGetAlbumArtists

startIndex?: number

Optional. The record index to start at. All items with a lower index will be dropped from the results.

ArtistsApiGetAlbumArtists

studioIds?: string[]

Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.

ArtistsApiGetAlbumArtists

studios?: string[]

Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.

ArtistsApiGetAlbumArtists

tags?: string[]

Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.

ArtistsApiGetAlbumArtists

userId?: string

User id.

ArtistsApiGetAlbumArtists

years?: number[]

Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.

ArtistsApiGetAlbumArtists