Getfor_albumsforartist, Getfor_albumsforgenre, Artistid – Qsonix Integration User Manual
Page 21: Pagenumber] [pagesize] {userdata, Genreid

Qsonix Integration Guide
Page | 21
GenreName
The name of the style.
String(100)
AlbumCount
The number of albums that are associated with the style.
Int32
GetFor_AlbumsForArtist
[ArtistID]
[PageNumber] [PageSize] {UserData}
DESCRIPTION
Retrieves a list of albums for the specified artist.
PARAMETERS
ArtistID
The unique artist ID to retrieve a list of albums for.
Int32
PageNumber
Specifies the page number to be retrieved.
Int32
PageSize
Specifies the number of rows in each page.
Int32
RESPONSE DEFINITION
GETFOR_ALBUMSFORARTIST[ArtistID][PageNumber][TotalPages][TotalAlbums][UserData][Albu
mID][AlbumTitle][AlbumArtistID][AlbumArtistName][Year][TrackCount]
ArtistID
The artist ID of the albums being returned.
Int32
PageNumber
The page number being returned.
Int32
TotalPages
Indicates how many pages are available at the page size
specified.
Int32
TotalAlbums
Count of the number of albums returned.
Int32
AlbumID
The unique album ID for the album being returned.
Int32
AlbumTitle
The album title.
String(100)
AlbumArtistID
Unique artist identifier for the artist that is the primary artist on
the album.
Int32
AlbumArtistName
Name of the primary artist for the album.
String(255)
Year
The release year of the album.
Int16
TrackCount
Total number of tracks associated with the album.
Int32
GetFor_AlbumsForGenre
[GenreID]
[PageNumber] [PageSize] {UserData}
DESCRIPTION
Retrieves a list of albums for the specified genre.
PARAMETERS
GenreID
The unique genre ID to retrieve a list of albums for.
Int32
PageNumber
Specifies the page number to be retrieved.
Int32
PageSize
Specifies the number of rows in each page.
Int32
RESPONSE DEFINITION
GETFOR_ALBUMSFORGENRE[GenreID][PageNumber][TotalPages][TotalAlbums][UserData][Al
bumID][AlbumTitle][AlbumArtistID][AlbumArtistName][Year][TrackCount]
GenreID
The genre ID of the albums being returned.
Int32
PageNumber
The page number being returned.
Int32