get Episodes Rest Action
fun getEpisodesRestAction(vararg ids: String): SpotifyRestAction<List<Episode?>>
Content copied to clipboard
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
Return
List of possibly-null Episode objects.
Parameters
ids
The id or uri for the episodes. Maximum 50.
Throws
If any invalid show id is provided
Sources
common source
Link copied to clipboard