This method returns a list of artists from the 7digital catalogue that match the search query.
Attribute
Type
Description
qrequired
string
The search query string.
countryrequired
string
ISO 2-character code of the country the end user resides in.
sort
string
Orders the returned results. Supplied as a string in the format: "{sortColumn} {sortOrder}", for example: "popularity desc" will show most popular artists first regardless of search match score. Currently you can sort by name, popularity and score. If no sort is supplied, the default is "score desc". If no order is supplied the default is ascending.
page
integer
Page number of the result set. If not supplied, defaults to 1.
pageSize
integer
Number of items to be returned per page. If not supplied this defaults to 10. Maximum page size is 50.