aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/api-getStarred.jsp
blob: a6e411fce9f7893e3bf6def6928b82f8c7dc591a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h2 class="div"><a name="getStarred"></a>getStarred</h2>

<p>
    <code>http://your-server/rest/getStarred.view</code>
    <br>Since <a href="#versions">1.8.0</a>
</p>

<p>
    Returns starred songs, albums and artists.
</p>
<p>
    Returns a <code>&lt;subsonic-response&gt;</code> element with a nested <code>&lt;starred&gt;</code>
    element on success. <a href="http://subsonic.svn.sourceforge.net/viewvc/subsonic/trunk/subsonic-main/src/main/webapp/xsd/starred_example_1.xml?view=markup">Example</a>.
</p>