get Show Episodes
suspend fun getShowEpisodes(id: String, limit: Int? = null, offset: Int? = null): PagingObject<SimpleEpisode>
Content copied to clipboard
Get Spotify catalog information about an show’s episodes. The Market associated with the user account will be used.
Reading the user’s resume points on episode objects requires the SpotifyScope.USER_READ_PLAYBACK_POSITION scope
Parameters
id
The Spotify ID for the show.
limit
The number of objects to return. Default: 20 (or api limit). Minimum: 1. Maximum: 50.
offset
The index of the first item to return. Default: 0. Use with limit to get the next set of items
Throws
if the playlist cannot be found
Sources
(source)
Link copied to clipboard