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

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

<p>
    Used to test connectivity with the server. Takes no extra parameters.
</p>

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