Provides the list of liked media (tracks) for a user.
{
"id": 1,
"type": "spotcast/liked_media",
"account": "01JDG07KSBTYWZGJSBJ1EW6XEF"
}Required
The id of the transaction. Must be an increment of the last transaction id.
Required
The endpoint of the WebSocket to reach. Must be spotcast/liked_media.
Optional
The entry_id of the account to use. Defaults to the default Spotcast account if not provided.
{
"id": 1,
"type": "result",
"success": true,
"result": {
"total": 5,
"account": "01JDG07KSBTYWZGJSBJ1EW6XEF",
"tracks": [
"spotify:track:3n3Ppam7vgaVa1iaRUc9Lp",
"spotify:track:6rqhFxbN4uN6t6z2p3xPQK",
"spotify:track:7gBEnASdyC9XBZf51a0tpn",
"spotify:track:3nYCh0PbdJ23V2Jp0CzJ8N",
"spotify:track:0VjIjW4GlUZAMYd2vXMi3b"
]
}
}The id provided in the request.
Always result on a successful request.
true if the transaction was successful.
The result of the transaction.
The number of liked tracks retrieved.
The id of the account used in the query.
The Spotify URIs of the liked tracks. Each entry is a track URI string. See URI format.