Video Playlists
Accounts
List playlists of an account
get/api/v1/accounts/{name}/video-playlists
Path parameters
namestring required
Example:chocobozzz | chocobozzz@example.org
The username or handle of the account
Query parameters
startinteger
Offset used to paginate results
countinteger
Number of items to return
sortstring
Example:-createdAt
Sort column
searchstring
Plain text search, applied to various parts of the model depending on endpoint
playlistType1 | 2
The video playlist type (Regular = 1, Watch Later = 2)
Response
successful operation
Example response
{
"data": [
{
"id": 42,
"shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
"uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
"videoChannel": {
"id": 42
}
}
],
"total": 1
}