Skip to main content
GET
List Playlist Items

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required
id
string
required

Query Parameters

page[size]
integer
default:20
Required range: 1 <= x <= 100
page[after]
string | null
include
string | null

Response

Successful Response

Collection JSON:API response wrapping a list of PlaylistItemResources.

data is ordered by (position ASC, id ASC). included carries sideloaded files resources when the client passes ?include=files. links.next holds the cursor URL when another page exists.

data
JsonApiResource[PlaylistItemAttributes] · object[]
required
included
any[] | null
meta
Meta · object | null