<docbook><section><title>VirtuosoOdsControllersBriefcaseEx1313</title><title>Example Usage of ODS Briefcase Controller for Get Collection Details</title>Example Usage of ODS Briefcase Controller for Get Collection Details
<programlisting>$ curl -i &quot;http://demo.openlinksw.com/ods/api/briefcase.collection.info?path=/DAV/home/demo/mytest&amp;user_name=demo&amp;password_ha
sh=921q783d9e4cbdf5cvs343dafdfvrf6a4fh&quot;
HTTP/1.1 200 OK
Server: Virtuoso/06.02.3129 (Solaris) x86_64-pc-solaris2.10-64  VDB
Connection: Keep-Alive
Date: Tue, 10 May 2011 12:08:13 GMT
Accept-Ranges: bytes
Content-Type: text/xml; charset=&quot;UTF-8&quot;
Content-Length: 309

&lt;item path=&quot;/DAV/home/demo/mytest/&quot;&gt;
  &lt;name&gt;mytest&lt;/name&gt;
  &lt;mimeType&gt;dav/unix-directory&lt;/mimeType&gt;
  &lt;owner&gt;demo&lt;/owner&gt;
  &lt;group&gt;demo&lt;/group&gt;
  &lt;permissions&gt;rw-r--r--&lt;/permissions&gt;
  &lt;modification&gt;2011-05-10&lt;/modification&gt;
  &lt;creation&gt;2011-05-10&lt;/creation&gt;
  &lt;properties&gt;&lt;/properties&gt;
  &lt;shares&gt;&lt;/shares&gt;
&lt;/item&gt;
</programlisting></section></docbook>