getEpisodesRestAction

fun getEpisodesRestAction(vararg ids: String): SpotifyRestAction<List<Episode?>>

Get Spotify catalog information for multiple episodes based on their Spotify IDs. The Market associated with the user account will be used.

**Invalid episode ids will result in a BadRequestException

Reading the user’s resume points on episode objects requires the SpotifyScope.USER_READ_PLAYBACK_POSITION scope

Api Reference

Return

List of possibly-null Episode objects.

Parameters

ids

The id or uri for the episodes. Maximum 50.

Throws

Sources

(source)
Link copied to clipboard