Skip to main content

List artist albums

The albums credited to one artist

GET /catalog/artists/{id}/albums

note

SDK method: listArtistAlbums Security: authenticated (policy: platform.view)

Attributes

Attributes (7)
AttributeTypeRequiredDescription
idstringYesPath parameter.
pagenumberYesThe page number
pageSizenumberYesThe page size
sort'asc' | 'desc'YesThe sort order
totalnumberYesThe total number of items
searchstringNo
sortByCatalogSortNo

Response

200 OK — Returns a AlbumPage object.