Get_genres, Get_periods, Pagenumber] [pagesize] {userdata – Qsonix Integration User Manual
Page 17

Qsonix Integration Guide
Page | 17
PARAMETERS
PageNumber
Specifies the page number to be retrieved.
Int32
PageSize
Specifies the number of rows in each page.
Int32
RESPONSE DEFINITION
GET_ARTISTS[PageNumber][TotalPages][TotalArtists][UserData][ArtistID][ArtistName]
[AlbumCount]
PageNumber
The page number being returned.
Int32
TotalPages
Indicates how many pages are available at the page size specified.
Int32
TotalArtists
Count of the number of artists in the library.
Int32
ArtistID
Unique artist identifier for the artist being returned.
Int32
ArtistName
Name of the artist.
String(255)
AlbumCount
Number of albums associated with this artist.
Int32
Get_Genres
[PageNumber] [PageSize] {UserData}
DESCRIPTION
Retrieves a list of all genres in the library.
PARAMETERS
PageNumber
Specifies the page number to be retrieved.
Int32
PageSize
Specifies the number of rows in each page.
Int32
RESPONSE DEFINITION
GET_GENRES[PageNumber][TotalPages][TotalGenres][UserData][GenreID][GenreName]
[AlbumCount][StyleCount]
PageNumber
The page number being returned.
Int32
TotalPages
Indicates how many pages are available at the page size specified.
Int32
TotalGenres
Count of the number of genres in the library.
Int32
GenreID
Unique genre identifier for the genre being returned.
Int32
GenreName
Name of the genre.
String(100)
AlbumCount
Number of albums associated with this genre.
Int32
StyleCount
Number of styles associated with this genre.
Int32
Get_Periods
[PageNumber] [PageSize] {UserData}
DESCRIPTION
Retrieves a list of all years / decades (periods) in the library.
PARAMETERS
PageNumber
Specifies the page number to be retrieved.
Int32
PageSize
Specifies the number of rows in each page.
Int32
RESPONSE DEFINITION
GET_PERIODS[PageNumber][TotalPages][TotalPeriods][UserData][PeriodID][DisplayString]