From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- subsonic-site/src/main/webapp/api-getPlaylists.jsp | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 subsonic-site/src/main/webapp/api-getPlaylists.jsp (limited to 'subsonic-site/src/main/webapp/api-getPlaylists.jsp') diff --git a/subsonic-site/src/main/webapp/api-getPlaylists.jsp b/subsonic-site/src/main/webapp/api-getPlaylists.jsp new file mode 100644 index 00000000..0bc87e23 --- /dev/null +++ b/subsonic-site/src/main/webapp/api-getPlaylists.jsp @@ -0,0 +1,29 @@ +

getPlaylists

+ +

+ http://your-server/rest/getPlaylists.view +
Since 1.0.0 +

+ +

+ Returns all playlists a user is allowed to play. +

+ + + + + + + + + + + + + +
ParameterRequiredDefaultComment
usernameno(Since 1.8.0) If specified, return playlists for this user rather than for the authenticated user. The authenticated user must + have admin role if this parameter is used.
+

+ Returns a <subsonic-response> element with a nested <playlists> + element on success. Example. +

-- cgit v1.2.3