GET
/
playlistItems

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids
string
playlistId
string

The unique ID of the playlist for which you want to retrieve playlist items

channelId
string

The unique ID of the channel for which you want to retrieve uploads videos

Required string length: 24
videoId
string

The unique ID of the video for which you want to retrieve the playlist items

Required string length: 11
pageToken
string

Response

200 - application/json
totalResults
number
required

Total number of playlist items returned.

resultsPerPage
number
required

Number of results returned per page.

data
object[]
required

Array of playlist item objects.

nextPageToken
string

Token to retrieve the next page of results, if available.

prevPageToken
string

Token to retrieve the previous page of results, if available.