Get User Public Playlists
Header Parameters
StoreIdstring Required
API Key provided by Tuned Global for accessing the service
Query Parameters
userIdinteger Required
The listener whose public shelf you are rendering. Any user ID works here - the user does not need to be verified.
offsetinteger
The 1-based row to start from; defaults to 1.
countinteger
How many rows to return; defaults to 10.
Response
200
Object
One page of that listener's public playlists as full headers, audio and video together - check IsVideo before handing one to an audio-only player.
Response Attributes
Offsetinteger
The offset specifies the number of items that should be skipped from the beginning of the dataset before fetching the next page of results.
Totalinteger
The total refers to the aggregate of all the items in the paged results
Countinteger
The number of items in the results
readOnly
Resultsarray
The iterable objects returned
Show child attributes
404
Object
The user has no public playlists.
Was this section helpful?
Response
Was this section helpful?