Interface: AlbumRequestOptions
Defined in: endpoints/Albums/types.ts:128
Query params for fetching a single catalog album.
GET /v1/catalog/{storefront}/albums/{id}
Extended by
Properties
| Property | Type | Defined in |
|---|---|---|
platform? | Platform | endpoints/Albums/types.ts:129 |
l? | Locale | endpoints/Albums/types.ts:130 |
include? | IncludeOption[] | endpoints/Albums/types.ts:131 |
views? | (AppearsOn | OtherVersions | RelatedAlbums | RelatedVideos)[] | endpoints/Albums/types.ts:132 |
extend? | ArtistUrl[] | endpoints/Albums/types.ts:133 |
with? | Attributes[] | endpoints/Albums/types.ts:134 |