getShowEpisodesRestAction

fun getShowEpisodesRestAction(id: String, limit: Int? = null, offset: Int? = null): SpotifyRestAction<PagingObject<SimpleEpisode>>

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

Api Reference

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

Sources

common source
Link copied to clipboard