Get All Playlists
GET
/v1/collection/playlistsRequest
Query Params
page
integer
optional
Example:
1
limit
integer
optional
Example:
20
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
array [object {5}]
required
id
string
optional
title
string
optional
type
string
optional
thumbnailurl
string
optional
owner
object
optional
Example
{
"data": [
{
"id": "84314965-219d-47a9-a4cf-5cc0b4cf15d6",
"title": "Test",
"type": "Playlist",
"thumbnailurl": "<image link>",
"owner": {
"id": "aa587095-a604-4c32-9215-ac74a1db33d5",
"username": "TestUpdated"
}
}
]
}
Last modified: 24 days ago