getEpisodeRestAction

fun getEpisodeRestAction(id: String): SpotifyRestAction<Episode?>

Get Spotify catalog information for a single episode identified by its unique Spotify ID. 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

Return

possibly-null Episode.

Parameters

id

The Spotify ID for the episode.

Sources

common source
Link copied to clipboard