aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/api-getShares.jsp
blob: 096d47d80a230cde78dfd7549c2ee64d50b41f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h2 class="div"><a name="getShares"></a>getShares</h2>
<p>
    <code>http://your-server/rest/getShares.view</code>
    <br>Since <a href="#versions">1.6.0</a>
</p>
<p>
    Returns information about shared media this user is allowed to manage. Takes no extra parameters.
</p>

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