Getdetails_album [albumid] {userdata, Getdetails_artist [artistid] {userdata, Getdetails_album – Qsonix Integration User Manual

Page 25: Getdetails_artist, Albumid] {userdata, Artistid] {userdata

Advertising
background image

Qsonix Integration Guide

Page | 25

GetDetails_Album

[AlbumID] {UserData}

DESCRIPTION

Retrieves details for the specified album.

PARAMETERS

AlbumID

The unique album ID to retrieve detailed information for.

Int32

RESPONSE DEFINITION

GETDETAILS_ALBUM[RequestedAlbumID][UserData][AlbumID][AlbumTitle][AlbumArtistID]

[AlbumArtistName][ReleasedYear][Genre][Styles][Flags]

RequestedAlbumID

The album ID of the details being returned.

Int32

AlbumID

The album ID for the track being returned.

Int32

AlbumTitle

The album title.

String(100)

AlbumArtistID

The unique artist ID of the primary artist for the album being returned.

Int32

AlbumArtistName

The name of the primary artist for the album being returned.

String(255)

ReleasedYear

The year that the album was released.

Int16

Genre

The genre associated with this album.

String(100)

Styles

This is a multi-valued field that returns a delimited list of all styles
associated with this album.

String(512)

Flags

This is a multi-valued field that returns a delimited list of all album flags
associated with this album. Examples of album flags include:
LIVE, INSTRUMENTAL, EXPLICIT LYRICS

String(512)

GetDetails_Artist

[ArtistID] {UserData}

DESCRIPTION

Retrieves details for the specified artist.

PARAMETERS

ArtistID

The unique artist ID to retrieve detailed information for.

Int32

RESPONSE DEFINITION

GETDETAILS_ARTIST[RequestedArtistID][UserData][ArtistID][ArtistName][AlbumArtistID]

[AlbumArtistName][ReleasedYear][Genre][Styles][Flags]

RequestedAlbumID

The album ID of the details being returned.

Int32

AlbumID

The album ID for the track being returned.

Int32

AlbumTitle

The album title.

String(100)

AlbumArtistID

The unique artist ID of the primary artist for the album being returned.

Int32

AlbumArtistName

The name of the primary artist for the album being returned.

String(255)

ReleasedYear

The year that the album was released.

Int16

Advertising