Get the most popular albums of an artist from its artistId
Name
get_artist_albums
Schema
Properties
| Name |
Description |
Example |
|
artistId
|
Unique identifier of the artist
|
11e81bcc-9c1c-ce38-b96b-a0369fe50396
|
|
type
|
Field use to filter album type
|
all
|
|
sortBy
|
Field used to sort albums
|
title
|
|
sortOrder
|
Sort order
|
desc
|
|
limit
|
Maximum number of albums to return (default 10)
|
|
|
offset
|
Number of items to skip before starting to return results. Used for offset-based pagination.
|
|
Required
| Name |
|
artistId
|
|
type
|
|
sortBy
|
|
sortOrder
|